summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-10-16 22:54:48 -0700
committerPavel Roskin <plroskin@gmail.com>2016-10-17 08:54:07 -0700
commitbc868b96b1a88085cf141428ef8c72f5cd496c2e (patch)
treeb8eadd335606dd9bb795bb467382905681720162 /common
parent09746fcebc55b4a4adef327aba457f373deccddc (diff)
downloadxrdp-proprietary-bc868b96b1a88085cf141428ef8c72f5cd496c2e.tar.gz
xrdp-proprietary-bc868b96b1a88085cf141428ef8c72f5cd496c2e.zip
Remove text2bool() from log.h, there is no such function
Diffstat (limited to 'common')
-rw-r--r--common/log.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/log.h b/common/log.h
index 61a05d9c..7706fa4c 100644
--- a/common/log.h
+++ b/common/log.h
@@ -174,16 +174,6 @@ enum logReturns DEFAULT_CC
log_message(const enum logLevels lvl, const char *msg, ...) printflike(2, 3);
/**
- *
- * @brief Reads configuration
- * @param s translates the strings "1", "true" and "yes" in 1 (true) and
- * other strings in 0
- * @return 0 on success, 1 on failure
- *
- */
-int APP_CC text2bool(char *s);
-
-/**
* This function returns the configured file name for the logfile
* @param replybuf the buffer where the reply is stored
* @param bufsize how big is the reply buffer.