(teldir, motdfil, downfil, disablefil, telfil, annfil, timestampfil):

Change to arrays.
This commit is contained in:
Markus Armbruster 2006-06-08 20:22:11 +00:00
parent 7f301bb7f1
commit 7d75e2b8d3
2 changed files with 14 additions and 14 deletions

View file

@ -46,13 +46,13 @@ extern char dflt_econfig[];
extern char *configdir;
extern char *motdfil;
extern char *downfil;
extern char *disablefil;
extern char *annfil;
extern char *timestampfil;
extern char *teldir;
extern char *telfil;
extern char motdfil[];
extern char downfil[];
extern char disablefil[];
extern char annfil[];
extern char timestampfil[];
extern char teldir[];
extern char telfil[];
enum {
KM_ALLOC = 1, /* memory allocated */