compile ok after API cleanup
[lttv.git] / ltt / branches / poly / lttv / lttv / module.h
index e88b7b92afaee406a5f3bd2085cb38331156236a..68791a2dc8dd7ee5ada476c6bed2a72d03cb0997 100644 (file)
@@ -136,9 +136,9 @@ LttvLibrary *lttv_library_get(unsigned i);
 
 /* Add or remove directory names to the library search path */
 
-void lttv_library_path_add(char *name);
+void lttv_library_path_add(const char *name);
 
-void lttv_library_path_remove(char *name);
+void lttv_library_path_remove(const char *name);
 
 
 /* List the directory names in the library search path */
This page took 0.022937 seconds and 4 git commands to generate.