From 9df8909948bb491b1b8c53ff8e1b5ce125304aac Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Sat, 2 Mar 2002 23:28:39 +0000 Subject: Various proto changes. --- lib/sistypes.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/sistypes.h') 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(); -- cgit v1.2.3