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

@ -35,14 +35,13 @@
#include "player.h"
#include "tel.h"
#include "commands.h"
#include "optlist.h"
#include <fcntl.h>
int
turn(void)
{
extern s_char *upfil;
extern s_char *downfil;
int fd;
struct telstr tgm;
register s_char *p;