summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpMisc.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-01-17 17:37:09 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-01-17 17:37:09 -0800
commit36f31ec31740490b3770ab97fd91de66f76bd894 (patch)
treec55fabbd256c3b0cea769859468143c0a74785bf /xorg/server/module/rdpMisc.h
parent33e6c7a83454e5bf38f33b056698cbfcd72be427 (diff)
downloadxrdp-proprietary-36f31ec31740490b3770ab97fd91de66f76bd894.tar.gz
xrdp-proprietary-36f31ec31740490b3770ab97fd91de66f76bd894.zip
work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpMisc.h')
-rw-r--r--xorg/server/module/rdpMisc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/server/module/rdpMisc.h b/xorg/server/module/rdpMisc.h
index ff54dc0e..976f26c8 100644
--- a/xorg/server/module/rdpMisc.h
+++ b/xorg/server/module/rdpMisc.h
@@ -1,5 +1,5 @@
/*
-Copyright 2005-2013 Jay Sorg
+Copyright 2005-2014 Jay Sorg
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
@@ -75,7 +75,7 @@ g_directory_exist(const char *dirname);
int
g_chmod_hex(const char *filename, int flags);
void
-g_hexdump(unsigned char *p, unsigned int len);
+g_hexdump(void *p, long len);
#if defined(X_BYTE_ORDER)
# if X_BYTE_ORDER == X_LITTLE_ENDIAN