bpmanalysis/ana_def_cutfn.c

Go to the documentation of this file.
00001 
00005 #include <bpm/bpm_messages.h>
00006 #include <bpm/bpm_analysis.h>
00007 
00008 int (*ana_cutfn)( bpmproc_t *proc ) = ana_def_cutfn;
00009 
00010 int ana_def_cutfn( bpmproc_t *proc ) {
00011 
00012   return BPM_GOOD_EVENT;
00013 }

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1