summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_listen.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2006-10-24 04:05:38 +0000
committerjsorg71 <jsorg71>2006-10-24 04:05:38 +0000
commitf386cea14aff1cc7518be53aa0ab0a7787fc017b (patch)
tree2bea1fda836297b43d91d3d03a215ad3e508c65e /xrdp/xrdp_listen.c
parentb610beb4ac5ce8e1516ff71e0da45014211e43b4 (diff)
downloadxrdp-proprietary-f386cea14aff1cc7518be53aa0ab0a7787fc017b.tar.gz
xrdp-proprietary-f386cea14aff1cc7518be53aa0ab0a7787fc017b.zip
make some functions static per 1579343
Diffstat (limited to 'xrdp/xrdp_listen.c')
-rw-r--r--xrdp/xrdp_listen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c
index 6f17ebb6..7092a6b6 100644
--- a/xrdp/xrdp_listen.c
+++ b/xrdp/xrdp_listen.c
@@ -43,7 +43,7 @@ xrdp_listen_delete(struct xrdp_listen* self)
}
/*****************************************************************************/
-int APP_CC
+static int APP_CC
xrdp_listen_term_processes(struct xrdp_listen* self)
{
int i;
@@ -80,7 +80,7 @@ xrdp_listen_term_processes(struct xrdp_listen* self)
/*****************************************************************************/
/* returns error */
-int APP_CC
+static int APP_CC
xrdp_listen_add_pro(struct xrdp_listen* self)
{
int i;