Update of /cvsroot/linux-atm/linux-atm/src/ilmid/asn1
In directory sc8-pr-cvs1:/tmp/cvs-serv13072/asn1
Modified Files:
Tag: V2_5_0
nibble_alloc.h
Log Message:
make this a valid prototype so the compiler doesnt complain
Index: nibble_alloc.h
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/src/ilmid/asn1/nibble_alloc.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** nibble_alloc.h 9 Oct 2001 22:33:06 -0000 1.2
--- nibble_alloc.h 2 May 2003 19:26:06 -0000 1.2.2.1
***************
*** 40,44 ****
unsigned long int incrementSize));
! void ShutdownNibbleMem();
void ServiceNibbleFault PROTO((unsigned long int size));
--- 40,44 ----
unsigned long int incrementSize));
! void ShutdownNibbleMem(void);
void ServiceNibbleFault PROTO((unsigned long int size));
***************
*** 46,50 ****
void* NibbleAlloc PROTO((unsigned long int size));
! void ResetNibbleMem();
--- 46,50 ----
void* NibbleAlloc PROTO((unsigned long int size));
! void ResetNibbleMem(void);
|