comparison 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
comparison
equal deleted inserted replaced
634:339c176aba1e 635:90a65c017bf0
15 unsigned char cookie[AUTH_COOKIE_SIZE], 15 unsigned char cookie[AUTH_COOKIE_SIZE],
16 AuthCallback callback, void *context); 16 AuthCallback callback, void *context);
17 17
18 /* Close any fds used by auth processes */ 18 /* Close any fds used by auth processes */
19 void auth_processes_cleanup(void); 19 void auth_processes_cleanup(void);
20 void auth_processes_destroy_all(void);
20 21
21 void auth_processes_init(void); 22 void auth_processes_init(void);
22 void auth_processes_deinit(void); 23 void auth_processes_deinit(void);
23 24
24 #endif 25 #endif