diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-08-05 16:27:47 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-08-05 16:27:47 +0000 |
commit | c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750 (patch) | |
tree | 99b131162e6c7b1d87ea295ed09b1fbeb6ffd66f /sdump.h | |
parent | 62acd57d67fff935e1c8a1796853e911869ee9f8 (diff) | |
download | fetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.tar.gz fetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.tar.bz2 fetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.zip |
Add sdump(), split xmalloc.h out of fetchmail.h
svn path=/branches/BRANCH_6-3/; revision=5390
Diffstat (limited to 'sdump.h')
-rw-r--r-- | sdump.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sdump.h b/sdump.h new file mode 100644 index 00000000..478b9720 --- /dev/null +++ b/sdump.h @@ -0,0 +1,8 @@ +#ifndef SDUMP_H +#define SDUMP_H + +#include <stdlib.h> + +char *sdump(const char *in, size_t len); + +#endif |