ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezcopy.h
Go to the documentation of this file.
1#ifndef EZCOPY_H
2#define EZCOPY_H
3
4#include "qmail.h"
5
6extern void ezcopy(struct qmail *qq,const char *fn,char q);
7extern void set_cpoutlocal(const stralloc *);
8extern void set_cpouthost(const stralloc *);
9extern void set_cptarget(const char *);
10extern void set_cpconfirm(const char *);
11extern void set_cpnum(const char *);
12extern void set_cpverptarget(const char *);
13
14#endif
void set_cptarget(const char *)
Definition ezcopy.c:79
void set_cpconfirm(const char *)
Definition ezcopy.c:89
void set_cpverptarget(const char *)
Definition ezcopy.c:84
void set_cpnum(const char *)
Definition ezcopy.c:95
void ezcopy(struct qmail *qq, const char *fn, char q)
Definition ezcopy.c:128
void set_cpouthost(const stralloc *)
Definition ezcopy.c:73
void set_cpoutlocal(const stralloc *)
Definition ezcopy.c:67
stralloc fn
struct qmail qq
Definition ezmlm-clean.c:73
Definition qmail.h:10