X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fmodule.c;h=18cc24e03a2740efd21c10ebca5d8a4e7e431414;hb=224446ce9bb1b6724122cfdf4e3e716a5526af24;hp=c4d3d6b07405c037a444cd11058e42cea2de876a;hpb=05463aa54c3a5bd881c830177a83f468c208e74e;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/module.c b/ltt/branches/poly/lttv/lttv/module.c index c4d3d6b0..18cc24e0 100644 --- a/ltt/branches/poly/lttv/lttv/module.c +++ b/ltt/branches/poly/lttv/lttv/module.c @@ -459,14 +459,14 @@ LttvLibrary *lttv_library_get(unsigned i) } -void lttv_library_path_add(char *name) +void lttv_library_path_add(const char *name) { g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "Add library path %s", name); g_ptr_array_add(library_paths,(char*)g_strdup(name)); } -void lttv_library_path_remove(char *name) +void lttv_library_path_remove(const char *name) { guint i;