1 2 3 4 5 6 7
#ifndef RCPTHOSTS_H #define RCPTHOSTS_H int rcpthosts_init(void); int rcpthosts(char *,int); #endif