diff src/master/auth-process.h @ 635:90a65c017bf0 HEAD

SIGHUP reloads now settings. Logged in clients are left untouched, but clients still logging in are killed.
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Nov 2002 21:20:23 +0200
parents 82b7de533f98
children 8dd8ebe6bcac
line wrap: on
line diff
--- a/src/master/auth-process.h	Wed Nov 20 20:33:40 2002 +0200
+++ b/src/master/auth-process.h	Wed Nov 20 21:20:23 2002 +0200
@@ -17,6 +17,7 @@
 
 /* Close any fds used by auth processes */
 void auth_processes_cleanup(void);
+void auth_processes_destroy_all(void);
 
 void auth_processes_init(void);
 void auth_processes_deinit(void);