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