From 643be57eb09fe6485ccc8f4cf3ac9a592c207bb5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 30 Dec 2007 01:46:32 +0000 Subject: * comsat/Makefile.am: Remove cfg.c * comsat/cfg.c: Remove. * comsat/comsat.c: Use MU configuration and acls. * comsat/comsat.h: Include acl.h * libproto/maildir/mbox.c (maildir_qfetch): Bugfix. --- comsat/comsat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'comsat/comsat.h') diff --git a/comsat/comsat.h b/comsat/comsat.h index 62fefa871..ec6fd6016 100644 --- a/comsat/comsat.h +++ b/comsat/comsat.h @@ -60,6 +60,7 @@ #include #include #include +#include #ifndef INADDR_NONE # define INADDR_NONE -1 @@ -77,6 +78,4 @@ extern const char *username; extern char hostname[]; extern struct daemon_param daemon_param; -extern void read_config (const char *config_file); -int acl_match (struct sockaddr_in *sa_in); void run_user_action (FILE *tty, const char *cr, mu_message_t msg); -- cgit v1.2.1