From: hadaq Date: Mon, 11 Oct 2010 14:04:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d52a520f645ca746f529d8700930b3a28984445a;p=daqdata.git *** empty log message *** --- diff --git a/hadaq/debug.h b/hadaq/debug.h index 0c6eb91..f6932ca 100644 --- a/hadaq/debug.h +++ b/hadaq/debug.h @@ -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