summaryrefslogtreecommitdiff
path: root/comsat/comsat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-11-12 13:13:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-11-12 13:13:00 +0000
commit54dac6a06b507723206834d0cb9c8de9a7112487 (patch)
tree5196e0e2efb24169b7d58e0e8ab084224f3a7373 /comsat/comsat.h
parent27f7da99fe6550adce91ab97685f142deea1c153 (diff)
downloadmailutils-54dac6a06b507723206834d0cb9c8de9a7112487.tar.gz
mailutils-54dac6a06b507723206834d0cb9c8de9a7112487.tar.bz2
extern declarations.
Diffstat (limited to 'comsat/comsat.h')
-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.