diff options
Diffstat (limited to 'src/hyper/input.c')
-rw-r--r-- | src/hyper/input.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/hyper/input.c b/src/hyper/input.c index c3a19958..dc6c0fbe 100644 --- a/src/hyper/input.c +++ b/src/hyper/input.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,15 +33,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define _INPUT_C #include "openaxiom-c-macros.h" - #include "debug.h" #include "sockio.h" #include "hyper.h" -#include "all_hyper_proto.H1" - +static void clear_rbs(InputBox * list); void fill_box(Window w,ImageStruct * image) |