summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-01-12 00:48:11 +0000
committerjsorg71 <jsorg71>2005-01-12 00:48:11 +0000
commit1d03bafb9e8ff4cef59b041235a986d6e4ae2fce (patch)
treef7ad121305b66baf59612fdd54753f29324d25e3 /common/os_calls.h
parentff5f2d59b10ca11bc9f5382f94323325dd0045ed (diff)
downloadxrdp-proprietary-1d03bafb9e8ff4cef59b041235a986d6e4ae2fce.tar.gz
xrdp-proprietary-1d03bafb9e8ff4cef59b041235a986d6e4ae2fce.zip
added bitmap cache
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index d4faae71..7766563d 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2004
+ Copyright (C) Jay Sorg 2004-2005
generic operating system calls
@@ -23,7 +23,7 @@
int g_init_system(void);
int g_exit_system(void);
void g_printf(char *format, ...);
-void g_sprintf(char* dest, ...);
+void g_sprintf(char* dest, char* format, ...);
void g_hexdump(char* p, int len);
void* g_malloc(int size, int zero);
void* g_malloc1(int size, int zero);