remove lots of useless junk from the nvram package
[openwrt.git] / package / nvram / src / include / bcmnvram.h
index 3c45263..0502698 100644 (file)
@@ -132,9 +132,6 @@ extern int nvram_commit(void);
  */
 extern int nvram_getall(char *buf, int count);
 
-extern int file2nvram(char *filename, char *varname);
-extern int nvram2file(char *varname, char *filename);
-
 #endif /* _LANGUAGE_ASSEMBLY */
 
 #define NVRAM_MAGIC            0x48534C46      /* 'FLSH' */
This page took 0.019717 seconds and 4 git commands to generate.