Add a batchanalysis module to build and run a sync chain
[lttv.git] / lttv / lttv / iattribute.h
index cbda045f4bba5db151a75c11d99d3de82f01d5c2..292270908163022e711f3222c5e152ee4acde9f0 100644 (file)
@@ -179,7 +179,7 @@ gboolean lttv_iattribute_find(LttvIAttribute *self, LttvAttributeName name,
 /* Trees of attribute tables may be accessed using a hierarchical path with
    components separated by /, like in filesystems */
 
-gboolean lttv_iattribute_find_by_path(LttvIAttribute *self, char *path, 
+gboolean lttv_iattribute_find_by_path(LttvIAttribute *self, const char *path,
     LttvAttributeType t, LttvAttributeValue *v);
 
 
This page took 0.022407 seconds and 4 git commands to generate.