diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-03-12 09:35:00 -0700 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-14 00:21:48 -0700 |
| commit | 6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch) | |
| tree | 951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/sig.h | |
| parent | 8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff) | |
| download | xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip | |
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/sig.h')
| -rw-r--r-- | sesman/sig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/sig.h b/sesman/sig.h index 17f8f917..0a8494b0 100644 --- a/sesman/sig.h +++ b/sesman/sig.h @@ -33,7 +33,7 @@ * @param sig The received signal * */ -void DEFAULT_CC +void sig_sesman_shutdown(int sig); /** @@ -42,7 +42,7 @@ sig_sesman_shutdown(int sig); * @param sig The received signal * */ -void DEFAULT_CC +void sig_sesman_reload_cfg(int sig); /** @@ -51,7 +51,7 @@ sig_sesman_reload_cfg(int sig); * @param sig The received signal * */ -void DEFAULT_CC +void sig_sesman_session_end(int sig); /** @@ -59,7 +59,7 @@ sig_sesman_session_end(int sig); * @brief signal handling thread * */ -void* DEFAULT_CC +void* sig_handler_thread(void* arg); #endif |
