chiark / gitweb /
qmail-smtpd: Oops. I want 550, not 553, for unknown mailboxes.
[qmail] / alloc.h
CommitLineData
2117e02e
MW
1#ifndef ALLOC_H
2#define ALLOC_H
3
4extern /*@null@*//*@out@*/char *alloc();
5extern void alloc_free();
6extern int alloc_re();
7
8#endif