diff options
Diffstat (limited to 'src/include/rcpthosts.h')
-rw-r--r-- | src/include/rcpthosts.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/rcpthosts.h b/src/include/rcpthosts.h new file mode 100644 index 0000000..0c58797 --- /dev/null +++ b/src/include/rcpthosts.h @@ -0,0 +1,7 @@ +#ifndef RCPTHOSTS_H +#define RCPTHOSTS_H + +int rcpthosts_init(); +int rcpthosts(); + +#endif |