|
From: Bob T. <bt...@us...> - 2003-10-07 01:12:18
|
Update of /cvsroot/benson/benson3/include/benson In directory sc8-pr-cvs1:/tmp/cvs-serv24349/include/benson Modified Files: benson.h Log Message: The latest changes to the build environment Index: benson.h =================================================================== RCS file: /cvsroot/benson/benson3/include/benson/benson.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** benson.h 29 Sep 2003 17:36:25 -0000 1.22 --- benson.h 7 Oct 2003 01:11:54 -0000 1.23 *************** *** 35,38 **** --- 35,40 ---- void sig_int(int signal); int err_exit(char *string); + void *ibn_malloc(size_t length); + #endif /* __benson_h */ |