aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sistypes.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-02 23:28:39 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-02 23:28:39 +0000
commit9df8909948bb491b1b8c53ff8e1b5ce125304aac (patch)
tree239befaacb77374dfd9c61ed45d592259bb969b0 /lib/sistypes.h
parent6f49fd782b8935b8caf7cea7bcb6e10644851b13 (diff)
downloadplptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.tar.gz
plptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.tar.bz2
plptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.zip
Various proto changes.
Diffstat (limited to 'lib/sistypes.h')
-rw-r--r--lib/sistypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sistypes.h b/lib/sistypes.h
index 834cf43..fbee0d0 100644
--- a/lib/sistypes.h
+++ b/lib/sistypes.h
@@ -5,9 +5,11 @@ typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned char uchar;
-extern uint16 read16(uchar* buf, int* ix);
+extern uint16 read16(uchar* p);
-extern uint32 read32(uchar* buf, int* ix);
+extern uint32 read32(uchar* p);
+
+extern void write16(uchar* p, int val);
extern void createCRCTable();