X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Floader.h;h=42d4d4bf89fbdd9c903dad63e2fef7e509b1c318;hp=b06bb43926dc8153a31b24ede0eb0bf9e4476af7;hb=7ae27b653f50bddf2d20828a17da224d6eab5ed4;hpb=f8b433640debefa2bed2ab09af6deefb32251777 diff --git a/ui/common/loader.h b/ui/common/loader.h index b06bb43..42d4d4b 100644 --- a/ui/common/loader.h +++ b/ui/common/loader.h @@ -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