diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-25 22:49:31 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-25 22:49:31 +0000 |
commit | 1ae11397188d9827996ac8e8db0a15b387196437 (patch) | |
tree | 0b0056876fc8f5b5ba4826894a302740efa67ac6 /src/util.h | |
parent | d8590934c6e31e99db7b8b1b71f379b7813e2746 (diff) |
Added support for ESMTP
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ int is_first_word(const char* line, const char* word, int len); int is_last_word(const char* line, const char* word, int len); int is_blank_line(const char* line); +char* trim_start(const char* data); +char* trim_end(char* data); +char* trim_space(char* data); + void plock(); void punlock(); |