summaryrefslogtreecommitdiffstats
path: root/sesman/sig.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-12 09:35:00 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-03-14 00:21:48 -0700
commit6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch)
tree951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/sig.c
parent8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff)
downloadxrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz
xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/sig.c')
-rw-r--r--sesman/sig.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/sig.c b/sesman/sig.c
index 3ddaa2b2..782e8fe2 100644
--- a/sesman/sig.c
+++ b/sesman/sig.c
@@ -38,7 +38,7 @@ extern struct config_sesman *g_cfg; /* in sesman.c */
extern tbus g_term_event;
/******************************************************************************/
-void DEFAULT_CC
+void
sig_sesman_shutdown(int sig)
{
char pid_file[256];
@@ -62,7 +62,7 @@ sig_sesman_shutdown(int sig)
}
/******************************************************************************/
-void DEFAULT_CC
+void
sig_sesman_reload_cfg(int sig)
{
int error;
@@ -125,7 +125,7 @@ sig_sesman_reload_cfg(int sig)
}
/******************************************************************************/
-void DEFAULT_CC
+void
sig_sesman_session_end(int sig)
{
int pid;
@@ -144,7 +144,7 @@ sig_sesman_session_end(int sig)
}
/******************************************************************************/
-void *DEFAULT_CC
+void *
sig_handler_thread(void *arg)
{
int recv_signal;