From: chas w. <ch...@us...> - 2005-04-20 17:14:04
|
Update of /cvsroot/linux-atm/linux-atm/src/qgen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24269 Modified Files: Tag: V2_5_0 qlib.h Log Message: extern q_dump dependent on DUMP_MODE Index: qlib.h =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/qlib.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** qlib.h 9 Oct 2001 22:33:07 -0000 1.2 --- qlib.h 20 Apr 2005 17:13:56 -0000 1.2.2.1 *************** *** 24,28 **** --- 24,30 ---- + #ifndef DUMP_MODE extern int q_dump; + #endif extern void q_report(int severity,const char *msg,...); |