|
From: icreedon <icr...@us...> - 2004-11-22 18:58:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25228 Modified Files: ops.h Log Message: added prototype for bcdToLong function Index: ops.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/ops.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ops.h 30 Oct 2004 23:50:16 -0000 1.2 --- ops.h 22 Nov 2004 18:58:35 -0000 1.3 *************** *** 109,110 **** --- 109,111 ---- extern void getsizestring (unsigned long, bigstring); + extern UInt32 bcdToLong (UInt32); /* 2004-11-16 creedon */ \ No newline at end of file |