From 1ae11397188d9827996ac8e8db0a15b387196437 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Aug 2004 22:49:31 +0000 Subject: Added support for ESMTP --- common/stringx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/stringx.h') diff --git a/common/stringx.h b/common/stringx.h index 8a39c7e..8e6f2f4 100644 --- a/common/stringx.h +++ b/common/stringx.h @@ -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(); -- cgit v1.2.3