diff options
Diffstat (limited to 'src/c_fl_choice.h')
-rw-r--r-- | src/c_fl_choice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_choice.h b/src/c_fl_choice.h index 5d076b1..031e67e 100644 --- a/src/c_fl_choice.h +++ b/src/c_fl_choice.h @@ -16,8 +16,8 @@ extern "C" void free_fl_choice(CHOICE b); extern "C" int fl_choice_value(CHOICE c); -extern "C" int fl_choice_set_value(CHOICE c, int p); -extern "C" int fl_choice_set_value2(CHOICE c, void * i); +extern "C" int fl_choice_set_value(CHOICE c, void * i); +extern "C" int fl_choice_set_value2(CHOICE c, int p); extern "C" void fl_choice_draw(CHOICE n); |