Declare all configuration parameters in optlist.h. Remove some

redundant declarations elsewhere.
This commit is contained in:
Markus Armbruster 2004-02-19 16:46:18 +00:00
parent 6b67276f4f
commit 966eb40899
13 changed files with 65 additions and 58 deletions

View file

@ -46,6 +46,7 @@
#include "empio.h"
#include "subs.h"
#include "common.h"
#include "optlist.h"
#include <fcntl.h>
#include <time.h>
@ -154,7 +155,6 @@ explain(void)
int
gamedown(void)
{
extern s_char *downfil;
int downf;
struct telstr tgm;
s_char buf[1024];