const to args
[lttv.git] / ltt / branches / poly / lttv / option.h
index 73563d3d43d024456944e8efd5d10e095f7f809b..bcc086a3256e939e4a354689e1281338ad79118b 100644 (file)
@@ -19,9 +19,10 @@ lttv_option_type;
 
 typedef void (*lttv_option_hook)(void *hook_data);
 
-void lttv_option_add(char *long_name, char char_name, char *description, 
-    char *argDescription, lttv_option_type t, void *p, 
-    lttv_option_hook h, void *hook_data);
+void lttv_option_add(const char *long_name, const char char_name,
+               const char *description, const char *argDescription,
+               lttv_option_type t, void *p, lttv_option_hook h,
+               void *hook_data);
 
 
 
This page took 0.022952 seconds and 4 git commands to generate.