diff options
Diffstat (limited to 'jni/iodine/src/read.h')
-rw-r--r-- | jni/iodine/src/read.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jni/iodine/src/read.h b/jni/iodine/src/read.h index b33f3bb..2aac355 100644 --- a/jni/iodine/src/read.h +++ b/jni/iodine/src/read.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2006-2009 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se> + * Copyright (c) 2006-2014 Erik Ekman <yarrick@kryo.se>, + * 2006-2009 Bjorn Andersson <flex@kryo.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +19,7 @@ #define _READ_H_ int readname(char *, int, char **, char *, size_t); -int readshort(char *, char **, short *); +int readshort(char *, char **, unsigned short *); int readlong(char *, char **, uint32_t *); int readdata(char *, char **, char *, size_t); int readtxtbin(char *, char **, size_t, char *, size_t); |