Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
54dac6a0
...
54dac6a06b507723206834d0cb9c8de9a7112487
authored
2001-11-12 13:13:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
extern declarations.
1 parent
27f7da99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
comsat/comsat.h
comsat/comsat.h
View file @
54dac6a
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment