diff options
Diffstat (limited to 'sqmail-4.3.07/src/include/gfrom.h')
-rw-r--r-- | sqmail-4.3.07/src/include/gfrom.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/include/gfrom.h b/sqmail-4.3.07/src/include/gfrom.h new file mode 100644 index 0000000..121ff6d --- /dev/null +++ b/sqmail-4.3.07/src/include/gfrom.h @@ -0,0 +1,6 @@ +#ifndef GFROM_H +#define GFROM_H + +int gfrom(char *,int); + +#endif |