(teldir, motdfil, downfil, disablefil, telfil, annfil, timestampfil):
Change to arrays.
This commit is contained in:
parent
7f301bb7f1
commit
7d75e2b8d3
2 changed files with 14 additions and 14 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue