projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
drop the '0' default in config_get_bool
[openwrt.git]
/
package
/
nvram
/
src
/
include
/
bcmnvram.h
diff --git
a/package/nvram/src/include/bcmnvram.h
b/package/nvram/src/include/bcmnvram.h
index
3c45263
..
0502698
100644
(file)
--- a/
package/nvram/src/include/bcmnvram.h
+++ b/
package/nvram/src/include/bcmnvram.h
@@
-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.022892 seconds
and
4
git commands to generate.