diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-19 21:16:30 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-19 21:16:30 +0300 |
commit | bcece60fa1bfd4bbb09a64c058835fe3245e1d18 (patch) | |
tree | 813faac7ee96029e604a8a73c88ffee4e10a579a /src/fstring.h | |
parent | 2dca592dce2fdde806af89e5cf036bd11bd4df61 (diff) | |
download | rspamd-bcece60fa1bfd4bbb09a64c058835fe3245e1d18.tar.gz rspamd-bcece60fa1bfd4bbb09a64c058835fe3245e1d18.zip |
* Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must be resolved)
Diffstat (limited to 'src/fstring.h')
-rw-r--r-- | src/fstring.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fstring.h b/src/fstring.h index 896cd8dcf..000ba74c6 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -5,12 +5,7 @@ #ifndef FSTRING_H #define FSTRING_H -#include <sys/types.h> #include "config.h" - -#ifdef HAVE_STDINT_H -#include <stdint.h> -#endif #include "mem_pool.h" #define update_buf_size(x) (x)->free = (x)->buf->size - ((x)->pos - (x)->buf->begin); (x)->buf->len = (x)->pos - (x)->buf->begin |