aboutsummaryrefslogtreecommitdiff
path: root/src/httpd.h
diff options
context:
space:
mode:
authorjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 19:48:56 +0000
committerjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 19:48:56 +0000
commit25248090dba6b3121ee822594cc28d8ee18092e5 (patch)
treea7fa3cd6b5da3abe48a426d335b9d9b4e901cc32 /src/httpd.h
parent521cc3d05a5c150bb9d4df70b2ac684e8dbfaef5 (diff)
Minor mods to announce selected http port number when
hunting is on. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@152 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/httpd.h')
-rw-r--r--src/httpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/httpd.h b/src/httpd.h
index ccdb967..03a9fe6 100644
--- a/src/httpd.h
+++ b/src/httpd.h
@@ -21,6 +21,8 @@ typedef struct
int timeout_seconds;
int timeout_useconds;
} httpState;
+
+extern int http_actualport;
#ifdef __cplusplus
extern "C"