aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 20:29:43 +0000
committerjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 20:29:43 +0000
commitccdce0cd5f3893551f05c7d92895ccc2792f46e0 (patch)
treeed4eb623d74e86cb029cbe7c7274521c24dfb4e0
parent25248090dba6b3121ee822594cc28d8ee18092e5 (diff)
Fix error in code.
SP2 doesn't like 'extern'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@153 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--src/httpd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/httpd.h b/src/httpd.h
index 03a9fe6..5ddc4b8 100644
--- a/src/httpd.h
+++ b/src/httpd.h
@@ -22,8 +22,6 @@ typedef struct
int timeout_useconds;
} httpState;
-extern int http_actualport;
-
#ifdef __cplusplus
extern "C"
{