s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
quote.h
Go to the documentation of this file.
1#ifndef QUOTE_H
2#define QUOTE_H
3
4#include "stralloc.h"
5
6int quote_need(char *,unsigned int);
7int quote(stralloc *, stralloc *);
8int quote2(stralloc *,char *);
9
10#endif
int quote(stralloc *, stralloc *)
Definition: quote.c:62
int quote2(stralloc *, char *)
Definition: quote.c:70
int quote_need(char *, unsigned int)
Definition: quote.c:41