use more reasonable names to open and close a session

This commit is contained in:
Nikos Mavrogiannopoulos
2014-09-25 16:39:58 +02:00
parent 4674508188
commit 1cb35b8b09
6 changed files with 21 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ void sec_auth_init(struct cfg_st *config);
int handle_sec_auth_init(sec_mod_st *sec, const SecAuthInitMsg * req);
int handle_sec_auth_cont(sec_mod_st *sec, const SecAuthContMsg * req);
int handle_sec_auth_session_openclose(sec_mod_st * sec, const SecAuthSessionMsg * req, unsigned cmd);
int handle_sec_auth_session_cmd(sec_mod_st * sec, const SecAuthSessionMsg * req, unsigned cmd);
void sec_auth_user_deinit(client_entry_st * e);
void sec_mod_server(void *main_pool, struct cfg_st *config, const char *socket_file,