From 89569341997df14df1f3fdfe2bbbb5bb6fa0e7a9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 3 Mar 2009 18:56:10 +0300 Subject: * Add ability to fork multiply lmtp workers * Add ability to drop privilleges of rspamd processes * Add ability to install redirector with rspamd * Add FreeBSD start scripts for rspamd and redirector * Remove command line parsing from util.c as it has specific usage only in main process --- src/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index f0764b960..7267a719b 100644 --- a/src/util.h +++ b/src/util.h @@ -12,8 +12,6 @@ int make_tcp_socket (struct in_addr *, u_short, gboolean is_server); int accept_from_socket (int listen_sock, struct sockaddr *addr, socklen_t *len); /* Create and bind or connect unix socket */ int make_unix_socket (const char *, struct sockaddr_un *, gboolean is_server); -/* Parse command line arguments using getopt (3) */ -void read_cmd_line (int , char **, struct config_file *); /* Write pid to file */ int write_pid (struct rspamd_main *); /* Make specified socket non-blocking */ -- cgit v1.2.3