PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / tui / tuiCommand.h
index 68b12e02b46fa853dff90ba81aa38505cac382a1..7d6a99f7f9eda17c00cf3ae5c3c99c0daa7b0800 100644 (file)
 ** PUBLIC FUNCTION EXTERNAL DECLS        **
 ******************************************/
 
-extern unsigned int tuiDispatchCtrlChar PARAMS ((unsigned int));
-extern int tuiIncrCommandCharCountBy PARAMS ((int));
-extern int tuiDecrCommandCharCountBy PARAMS ((int));
-extern int tuiSetCommandCharCountTo PARAMS ((int));
-extern int tuiClearCommandCharCount PARAMS ((void));
+extern unsigned int tuiDispatchCtrlChar (unsigned int);
+extern int tuiIncrCommandCharCountBy (int);
+extern int tuiDecrCommandCharCountBy (int);
+extern int tuiSetCommandCharCountTo (int);
+extern int tuiClearCommandCharCount (void);
 
 #endif
 /*_TUI_COMMAND_H*/
This page took 0.042207 seconds and 4 git commands to generate.