1 #ifndef _SUCK_BATCH_H
2 #define _SUCK_BATCH_H 1
3 
4 int do_innbatch(PMaster);
5 int do_rnewsbatch(PMaster);
6 int do_localpost(PMaster);
7 void do_lmovebatch(PMaster);
8 void do_post_filter(PMaster);
9 
10 #endif 	/* _SUCK_BATCH_H */
11