Add some missing declarations to headers. Remove some redundant
declarations elsewhere. Change linkage of some functions to static.
This commit is contained in:
parent
e7811102a3
commit
4a3f0b8146
43 changed files with 72 additions and 169 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "match.h"
|
||||
#include "file.h"
|
||||
#include "optlist.h"
|
||||
#include "tel.h"
|
||||
#include "gen.h" /* parse */
|
||||
|
||||
/* for systems without strdup */
|
||||
|
@ -380,9 +381,6 @@ struct otherfiles {
|
|||
char *name;
|
||||
};
|
||||
|
||||
extern s_char *upfil, *downfil, *disablefil, *banfil, *authfil;
|
||||
extern s_char *commfil, *annfil, *telfil, *teldir, *timestampfil;
|
||||
|
||||
/* list of other well known files... -maybe tailor these oneday
|
||||
* anyway - meantime they are all relative to datadir */
|
||||
static struct otherfiles ofiles[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue