PARAMS removal.

This commit is contained in:
Kevin Buettner
2000-05-28 01:12:42 +00:00
parent 3c07fb76e6
commit a14ed312fd
325 changed files with 4253 additions and 5056 deletions

View File

@@ -37,11 +37,11 @@
#define DEFAULT_NETROM_LOAD_PORT 1236
#define DEFAULT_NETROM_CONTROL_PORT 1237
static void nrom_close PARAMS ((int quitting));
static void nrom_close (int quitting);
/* New commands. */
static void nrom_passthru PARAMS ((char *, int));
static void nrom_passthru (char *, int);
/* We talk to the NetROM over these sockets. */