diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-16 09:42:58 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-16 09:42:58 -0700 |
commit | 748945cc8b8c7898e922f0e658f60dc4994e43ef (patch) | |
tree | 0f4eeecc415bf6cde2758f02a7408371c87e4afe /lwlib/lwlib.c | |
parent | 8ffc96f57165b07ae661ac4b71e18431d792d6cd (diff) |
* lwlib.c (first_child) [USE_MOTIF]: Protoize.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 90461c0ba5..9d8ec3330d 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -979,7 +979,7 @@ lw_destroy_all_pop_ups (void) } #ifdef USE_MOTIF -extern Widget first_child (/* Widget */); /* garbage */ +extern Widget first_child (Widget); /* garbage */ #endif Widget |