summaryrefslogtreecommitdiff
path: root/src/include/smtpdlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/smtpdlog.h')
-rw-r--r--src/include/smtpdlog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/smtpdlog.h b/src/include/smtpdlog.h
index 9b305c5..d0ec06a 100644
--- a/src/include/smtpdlog.h
+++ b/src/include/smtpdlog.h
@@ -1,9 +1,10 @@
#ifndef SMTPDLOG_H
#define SMTPDLOG_H
-#define FDLOG 2
-void flush();
-void out();
+// #define FDLOG 2
+
+void flush(void);
+void out(char *);
void smtpdlog_init(void);
void smtp_loga(char *, char *, char *, char *, char *, char *, char *, char *, char *);