X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=workshop.h;h=e09faf124d3de0b1467c35fa35a6f02a37e1d92b;hb=e311bbe2fa903a7e2a922f202f389b799193195d;hp=f28dc7777831e6e9baf0115c661b7e59369ceead;hpb=a034af9da52f632cc51e808e4daa928eb01e66fb;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/workshop.h b/workshop.h index f28dc77..e09faf1 100644 --- a/workshop.h +++ b/workshop.h @@ -133,10 +133,10 @@ static workshop_form; -VG_STATIC int workshop_submit_command( int argc, const char *argv[] ); -VG_STATIC void async_workshop_get_filepath( void *data, u32 len ); -VG_STATIC void async_workshop_get_installed_files( void *data, u32 len ); -VG_STATIC void workshop_load_metadata( const char *path, +static int workshop_submit_command( int argc, const char *argv[] ); +static void async_workshop_get_filepath( void *data, u32 len ); +static void async_workshop_get_installed_files( void *data, u32 len ); +static void workshop_load_metadata( const char *path, struct workshop_file_info *info ); #endif /* WORKSHOP_H */