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
debd4424
...
debd44246db28134e23767bbf92b6a2ef67be747
authored
2001-11-11 18:49:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include mailutils headers
1 parent
c90e2692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
comsat/comsat.h
comsat/comsat.h
View file @
debd442
...
...
@@ -38,15 +38,29 @@
#include <ctype.h>
#include <getopt.h>
#include <mailutils/mailbox.h>
#include <mailutils/message.h>
#include <mailutils/header.h>
#include <mailutils/body.h>
#include <mailutils/registrar.h>
#include <mailutils/stream.h>
#include <mailutils/mutil.h>
#include <mailutils/error.h>
#ifndef INADDR_NONE
# define INADDR_NONE -1
#endif
#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
void
read_config
(
char
*
config_file
);
int
acl_match
(
struct
sockaddr_in
*
sa_in
);
void
run_user_action
(
FILE
*
tty
,
char
*
cr
,
message_t
msg
);
...
...
Please
register
or
sign in
to post a comment