summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/include/quote.h
blob: 4afbc9451108a51576dbba2d0d0503e4e911cdc9 (plain)
1
2
3
4
5
6
7
8
9
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