diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-14 18:06:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-14 18:06:57 +0000 |
commit | db0f54bb41828dd0d02883ace183fa48c149dfda (patch) | |
tree | 740ca5d24a4ee9ba16b327ecb378472c2fc6d676 /common/stringx.h | |
parent | 37f56600adb6f38a030a926a6201067e7f0bf710 (diff) |
Merging of the CLAMSMTP_SP branch
Diffstat (limited to 'common/stringx.h')
-rw-r--r-- | common/stringx.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/common/stringx.h b/common/stringx.h index 37fa245..deb8f4b 100644 --- a/common/stringx.h +++ b/common/stringx.h @@ -36,11 +36,8 @@ * */ -#ifndef __UTIL_H__ -#define __UTIL_H__ - -void messagex(clamsmtp_context_t* ctx, int level, const char* msg, ...); -void message(clamsmtp_context_t* ctx, int level, const char* msg, ...); +#ifndef __STRINGX_H__ +#define __STRINGX_H__ 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); @@ -51,7 +48,6 @@ char* trim_start(const char* data); char* trim_end(char* data); char* trim_space(char* data); -void plock(); -void punlock(); +int strtob(const char* str); -#endif /* __UTIL_H__ */ +#endif /* __STRINGX_H__ */ |