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

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

#endif