diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2015-12-11 20:41:17 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2015-12-11 20:41:17 -0800 |
| commit | 4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93 (patch) | |
| tree | 4fc02867a31074a1ab57ce8b8587af05a425b8e3 /sesman/session.h | |
| parent | 4f128c530c6b7bfd014f23878f83bcd2369f793f (diff) | |
| download | xrdp-proprietary-4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93.tar.gz xrdp-proprietary-4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93.zip | |
sesman: remove the thread
Diffstat (limited to 'sesman/session.h')
| -rw-r--r-- | sesman/session.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sesman/session.h b/sesman/session.h index 05e3b3a9..7bd8c8f8 100644 --- a/sesman/session.h +++ b/sesman/session.h @@ -112,15 +112,6 @@ session_reconnect(int display, char* username); /** * - * @brief starts a session - * @return error - * - */ -int APP_CC -session_sync_start(void); - -/** - * * @brief kills a session * @param pid the pid of the session to be killed * @return |
