summaryrefslogtreecommitdiffstats
path: root/include/sdp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-06 00:12:25 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-06 00:12:25 +0000
commitcfa3a02e2593bd72ce4a83f521e1e89a5874ea7d (patch)
tree60cd0f0febcd677b19bb858034e85dfc72c81eec /include/sdp.h
parente27896801ac0514289f57def3a8b5c1491d316c6 (diff)
Fix more GCC 4.0 warnings
Diffstat (limited to 'include/sdp.h')
-rw-r--r--include/sdp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sdp.h b/include/sdp.h
index 640cac27..f08a7ddb 100644
--- a/include/sdp.h
+++ b/include/sdp.h
@@ -401,7 +401,7 @@ typedef struct {
* Should the type of any of these change, you need only make a change here.
*/
typedef struct {
- char data[16];
+ uint8_t data[16];
} uint128_t;
typedef struct {
@@ -454,9 +454,9 @@ typedef struct {
} sdp_version_t;
typedef struct {
- char *data;
- int data_size;
- int buf_size;
+ uint8_t *data;
+ uint32_t data_size;
+ uint32_t buf_size;
} sdp_buf_t;
typedef struct {