diff options
Diffstat (limited to 'sqmail-4.3.07/src/include/quote.h')
-rw-r--r-- | sqmail-4.3.07/src/include/quote.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/include/quote.h b/sqmail-4.3.07/src/include/quote.h new file mode 100644 index 0000000..4afbc94 --- /dev/null +++ b/sqmail-4.3.07/src/include/quote.h @@ -0,0 +1,10 @@ +#ifndef QUOTE_H +#define QUOTE_H + +#include "stralloc.h" + +int quote_need(char *,unsigned int); +int quote(stralloc *, stralloc *); +int quote2(stralloc *,char *); + +#endif |