summaryrefslogtreecommitdiffstats
path: root/common/log.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 /common/log.c
parentb610beb4ac5ce8e1516ff71e0da45014211e43b4 (diff)
downloadxrdp-proprietary-f386cea14aff1cc7518be53aa0ab0a7787fc017b.tar.gz
xrdp-proprietary-f386cea14aff1cc7518be53aa0ab0a7787fc017b.zip
make some functions static per 1579343
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index 05461864..eb9e9feb 100644
--- a/common/log.c
+++ b/common/log.c
@@ -89,7 +89,7 @@ log_xrdp2syslog(const int lvl)
* @return syslog equivalent logging level
*
*/
-void DEFAULT_CC
+static void DEFAULT_CC
log_lvl2str(int lvl, char* str)
{
switch (lvl)