X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Ffile.h;h=8aa7d3c92ced1142b5f1fcc742420c18aa85344d;hp=1997eca90edad320b7f2f7c697bbfd5b7719bec8;hb=08e967ee301b502b2114e3855210a0b2600d095c;hpb=a70807730ef59efc4116556ecabe1b9f70ce605b diff --git a/discover/file.h b/discover/file.h index 1997eca..8aa7d3c 100644 --- a/discover/file.h +++ b/discover/file.h @@ -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 */