]> Pileus Git - ~andy/fetchmail/blob - sdump.h
Correct title/topic, remove dates (6.3.22 isn't out yet), and re-sign.
[~andy/fetchmail] / sdump.h
1 #ifndef SDUMP_H
2 #define SDUMP_H
3
4 #include <stdlib.h>
5
6 char *sdump(const char *in, size_t len);
7
8 #endif