diff options
author | jsorg71 <jsorg71> | 2007-01-27 17:46:50 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-01-27 17:46:50 +0000 |
commit | 1d5e0008bd37cf7671dfa17b31dfd5828c5516bf (patch) | |
tree | 9c8d779dc8cd97beb6395d5ae59b83ced98cd377 /common/os_calls.h | |
parent | e2df244be3a5075ec240a351c42186c86aee19b1 (diff) | |
download | xrdp-proprietary-1d5e0008bd37cf7671dfa17b31dfd5828c5516bf.tar.gz xrdp-proprietary-1d5e0008bd37cf7671dfa17b31dfd5828c5516bf.zip |
added g_snprintf to header
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 2f1018cb..e6b5f278 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -36,6 +36,8 @@ g_printf(const char *format, ...); void DEFAULT_CC g_sprintf(char* dest, const char* format, ...); void DEFAULT_CC +g_snprintf(char* dest, int len, const char* format, ...); +void DEFAULT_CC g_writeln(const char* format, ...); void DEFAULT_CC g_write(const char* format, ...); |