diff options
-rw-r--r-- | innbbsd/bbslib.c | 5 | ||||
-rw-r--r-- | innbbsd/echobbslib.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/innbbsd/bbslib.c b/innbbsd/bbslib.c index 2734f194..d3116317 100644 --- a/innbbsd/bbslib.c +++ b/innbbsd/bbslib.c @@ -142,6 +142,11 @@ bbslog(char *fmt, ...) int initial_bbs(char *outgoing) { +#ifdef WITH_ECHOMAIL + FILE *FN; + char *bbsnameptr = NULL; +#endif + /* reopen bbslog */ if (bbslogfp != NULL) { fclose(bbslogfp); diff --git a/innbbsd/echobbslib.c b/innbbsd/echobbslib.c index a151e16e..b5c23765 100644 --- a/innbbsd/echobbslib.c +++ b/innbbsd/echobbslib.c @@ -142,6 +142,11 @@ bbslog(char *fmt, ...) int initial_bbs(char *outgoing) { +#ifdef WITH_ECHOMAIL + FILE *FN; + char *bbsnameptr = NULL; +#endif + /* reopen bbslog */ if (bbslogfp != NULL) { fclose(bbslogfp); |