Free backend management resource after close all sessions

This commit is contained in:
vemax78
2013-11-24 23:00:57 +01:00
parent e320bef6a7
commit d303f057f0
3 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,7 @@ struct ac_notify_reset_t {
/* */
int ac_backend_start(void);
void ac_backend_stop(void);
void ac_backend_free(void);
/* */
int ac_backend_isconnect(void);