diff options
author | Dave Love <fx@gnu.org> | 2002-11-20 19:19:14 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-20 19:19:14 +0000 |
commit | 8fdc93841515adf7c61f6dcc9cd2e3c6005836de (patch) | |
tree | 42d1a35b1aa19cece04bbf9f4a8c33035ab62fb7 /lwlib | |
parent | 18b69481b7a3ef01ca4f81d3c15c7b58bb621855 (diff) | |
download | emacs-8fdc93841515adf7c61f6dcc9cd2e3c6005836de.tar.gz |
(separator_height): Prototype.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/xlwmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index b33c35ea5ad..a1810f6d183 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -196,7 +196,7 @@ static void Right(); static void Select(); static void Key(); static void Nothing(); -static int separator_height (); +static int separator_height __P ((enum menu_separator)); static XtActionsRec xlwMenuActionsList [] = |