X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fmodule.h;h=68791a2dc8dd7ee5ada476c6bed2a72d03cb0997;hb=1a7fa6824f9bd614ff78181c96d239b322411d7f;hp=e88b7b92afaee406a5f3bd2085cb38331156236a;hpb=d8f124de0295aea546b6debf5945bfeea2bbeb2a;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/module.h b/ltt/branches/poly/lttv/lttv/module.h index e88b7b92..68791a2d 100644 --- a/ltt/branches/poly/lttv/lttv/module.h +++ b/ltt/branches/poly/lttv/lttv/module.h @@ -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 */