summaryrefslogtreecommitdiff
path: root/common/stringx.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-03 01:34:14 +0000
committerStef Walter <stef@memberwebs.com>2004-09-03 01:34:14 +0000
commit4375d1aefd0f484a50c5d6773d71ac62bc01e44c (patch)
tree1121bf24d3a2b9add0bd03b44c3a33647eb910fe /common/stringx.h
parent6e142a434645a27b6fa07bbfd2d06228d8fc4fd9 (diff)
Configuration file for clamsmtp
Diffstat (limited to 'common/stringx.h')
-rw-r--r--common/stringx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stringx.h b/common/stringx.h
index 8e6f2f4..37fa245 100644
--- a/common/stringx.h
+++ b/common/stringx.h
@@ -42,9 +42,6 @@
void messagex(clamsmtp_context_t* ctx, int level, const char* msg, ...);
void message(clamsmtp_context_t* ctx, int level, const char* msg, ...);
-void log_fd_data(clamsmtp_context_t* ctx, const char* data, int* fd, int read);
-void log_data(clamsmtp_context_t* ctx, const char* data, const char* prefix);
-
int check_first_word(const char* line, const char* word, int len, char* delims);
int is_first_word(const char* line, const char* word, int len);
int is_last_word(const char* line, const char* word, int len);