[go: up one dir, main page]

File: batch.h

package info (click to toggle)
suck 3.10.1-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 728 kB
  • ctags: 727
  • sloc: ansic: 8,357; sh: 585; makefile: 212; java: 144; perl: 24
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (2)
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);


#endif 	/* _SUCK_BATCH_H */