summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comsat/comsat.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/comsat/comsat.h b/comsat/comsat.h
index 1067ca3bc..e74981bf1 100644
--- a/comsat/comsat.h
+++ b/comsat/comsat.h
@@ -53,13 +53,14 @@
#define BIFF_RC ".biffrc"
-unsigned maxrequests;
-time_t request_control_interval;
-time_t overflow_control_interval;
-time_t overflow_delay_time;
-int maxlines;
-char *username;
-char hostname[];
+extern int allow_biffrc;
+extern unsigned maxrequests;
+extern time_t request_control_interval;
+extern time_t overflow_control_interval;
+extern time_t overflow_delay_time;
+extern int maxlines;
+extern char *username;
+extern char hostname[];
extern void read_config (char *config_file);
int acl_match (struct sockaddr_in *sa_in);

Return to:

Send suggestions and report system problems to the System administrator.