PARAMS removal.
This commit is contained in:
parent
3c07fb76e6
commit
a14ed312fd
325 changed files with 4253 additions and 5056 deletions
|
@ -52,7 +52,7 @@
|
|||
#include "remote-utils.h"
|
||||
|
||||
|
||||
void _initialize_sr_support PARAMS ((void));
|
||||
void _initialize_sr_support (void);
|
||||
|
||||
struct _sr_settings sr_settings =
|
||||
{
|
||||
|
@ -74,8 +74,8 @@ struct _sr_settings sr_settings =
|
|||
|
||||
struct gr_settings *gr_settings = NULL;
|
||||
|
||||
static void usage PARAMS ((char *, char *));
|
||||
static void sr_com PARAMS ((char *, int));
|
||||
static void usage (char *, char *);
|
||||
static void sr_com (char *, int);
|
||||
|
||||
static void
|
||||
usage (proto, junk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue