summaryrefslogtreecommitdiff
path: root/src/include/rcpthosts.h
blob: 791df47c0c12729d87025db6a1ab32c99d8872ff (plain)
1
2
3
4
5
6
7
#ifndef RCPTHOSTS_H
#define RCPTHOSTS_H

extern int rcpthosts_init(void);
extern int rcpthosts(char *, int);

#endif