Add prototype to .h file
authorMiguel de Icaza <miguel@gnome.org>
Thu, 3 Feb 2011 23:37:23 +0000 (18:37 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 8 Feb 2011 20:48:34 +0000 (15:48 -0500)
mono/metadata/assembly.h

index 0b8fd8dab8fb4b1f38de5d8e89ddd40665730c34..be01cf975153a9d046a418f212505be3fa415d7b 100644 (file)
@@ -104,7 +104,7 @@ void              mono_register_machine_config (const char *config_xml);
 
 void          mono_set_rootdir (void);
 void          mono_set_dirs (const char *assembly_dir, const char *config_dir);
-
+void          mono_set_assemblies_path (const char* path);
 MONO_END_DECLS
 
 #endif