Declare all configuration parameters in optlist.h. Remove some
redundant declarations elsewhere.
This commit is contained in:
parent
6b67276f4f
commit
966eb40899
13 changed files with 65 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue