]> git.ozlabs.org Git - petitboot/blobdiff - discover/file.h
discover/grub2: Fix free in load_env command
[petitboot] / discover / file.h
index 1997eca90edad320b7f2f7c697bbfd5b7719bec8..8aa7d3c92ced1142b5f1fcc742420c18aa85344d 100644 (file)
@@ -18,6 +18,7 @@
 #define FILE_H
 
 int read_file(void *ctx, const char *filename, char **bufp, int *lenp);
+int replace_file(const char *filename, char *buf, int len);
 
 #endif /* FILE_H */