diff options
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r-- | lib/libfetch/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index c39e879..970153a 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -31,6 +31,9 @@ #ifndef _COMMON_H_INCLUDED #define _COMMON_H_INCLUDED +#define FTP_DEFAULT_PORT 21 +#define HTTP_DEFAULT_PORT 80 + /* Structure used for error message lists */ struct fetcherr { const int num, cat; |