ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
quote.h
Go to the documentation of this file.
1#ifndef QUOTE_H
2#define QUOTE_H
3
4extern stralloc quoted;
5
6extern int quote_need(const char *s,unsigned int n);
7extern int quote(stralloc *saout,const stralloc *sain);
8extern int quote2(stralloc *sa,const char *s);
9
10#endif
int quote2(stralloc *sa, const char *s)
Definition quote.c:65
int quote(stralloc *saout, const stralloc *sain)
Definition quote.c:57
int quote_need(const char *s, unsigned int n)
Definition quote.c:40
stralloc quoted
Definition ezmlm-clean.c:90