diff options
| author | jsorg71 <jsorg71> | 2007-02-03 06:18:50 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2007-02-03 06:18:50 +0000 |
| commit | f784f69395304742a7d8e5c59e3fdd05da4b71bc (patch) | |
| tree | db11c8298f4aee6cf0504764d17441c7bd906ff1 | |
| parent | c94344a6f4d9f033a4ae84acfc4bb622f6c945e7 (diff) | |
| download | xrdp-proprietary-f784f69395304742a7d8e5c59e3fdd05da4b71bc.tar.gz xrdp-proprietary-f784f69395304742a7d8e5c59e3fdd05da4b71bc.zip | |
ansi
| -rw-r--r-- | common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.h b/common/log.h index 56584646..446b6f26 100644 --- a/common/log.h +++ b/common/log.h @@ -91,7 +91,7 @@ log_start(const char* progname, const char* logfile, const unsigned int loglvl, * */ void DEFAULT_CC -log_end(); +log_end(void); /** * |
