revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / workshop.h
index 42610d4e2322b9350906f15e17b40ac432371917..be9e3a5207728c7a7490d8fda4a0e96aa00e2e9c 100644 (file)
@@ -124,12 +124,11 @@ struct workshop_form{
    published_files_list[WORKSHOP_VIEW_PER_PAGE];
    int published_files_list_length;
 }
-static workshop_form;
-
-
-
-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 );
+extern workshop_form;
+
+void workshop_init(void);
+int workshop_submit_command( int argc, const char *argv[] );
+void async_workshop_get_filepath( void *data, u32 len );
+void async_workshop_get_installed_files( void *data, u32 len );
+void workshop_load_metadata( const char *path,struct workshop_file_info *info );
+void workshop_form_gui(void);