[go: up one dir, main page]

File: batch.h

package info (click to toggle)
suck 4.3.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,148 kB
  • sloc: ansic: 12,085; perl: 528; sh: 363; makefile: 348; java: 144
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#ifndef _SUCK_BATCH_H
#define _SUCK_BATCH_H 1

int do_innbatch(PMaster);
int do_rnewsbatch(PMaster);
int do_localpost(PMaster);
void do_lmovebatch(PMaster);
void do_post_filter(PMaster);

#endif 	/* _SUCK_BATCH_H */