fixes
[lttv.git] / ltt / branches / poly / lttv / option.h
index bcc086a3256e939e4a354689e1281338ad79118b..09fd803bfc82ae3499158b8e0eb2f2e042ed2f6c 100644 (file)
@@ -21,8 +21,8 @@ typedef void (*lttv_option_hook)(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);
+               const lttv_option_type t, void *p,
+               const lttv_option_hook h, void *hook_data);
 
 
 
This page took 0.022834 seconds and 4 git commands to generate.