]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhadaq <hadaq>
Mon, 11 Oct 2010 14:04:46 +0000 (14:04 +0000)
committerhadaq <hadaq>
Mon, 11 Oct 2010 14:04:46 +0000 (14:04 +0000)
hadaq/debug.h

index 0c6eb915bc17c4abf4b7e04b1793df7c707fb779..f6932cae0b2efa791c4be1ea7aeb10bbfbc5e76a 100644 (file)
@@ -28,9 +28,8 @@ typedef struct TheDebugS {
 void Debug_init(TheDebug * theDebug);
 int Debug_fill(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int i, char *evtStatus);
 void Debug_print(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug);
-void Debug_printBrokenTrigMissmatch(TheArgs *theArgs, TheStats *theStats);
-void Debug_printPopTrigMissmatch(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int qi);
-
+void Debug_printBrokenTrigMismatch(TheArgs *theArgs, TheStats *theStats);
+void Debug_printPopTrigMismatch(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int qi);
 
 
 #endif