]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/loader.h
lib/url: Move URL-handling code to lib
[petitboot] / ui / common / loader.h
index b06bb43926dc8153a31b24ede0eb0bf9e4476af7..42d4d4bf89fbdd9c903dad63e2fef7e509b1c318 100644 (file)
@@ -19,6 +19,6 @@
 #if !defined(_PB_FILE_LOADER_H)
 #define _PB_FILE_LOADER_H
 
-char *pb_load_file(void *ctx, const char *remote);
+char *pb_load_file(void *ctx, const char *remote, unsigned int *tempfile);
 
 #endif