File: sacmd.h

package info (click to toggle)
trn4 4.0-test77-12
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 3,644 kB
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* This file Copyright 1992 by Clifford A. Adams */
/* sacmd.h
 *
 * main command loop
 */

#define SA_KILL 1
#define SA_MARK 2
#define SA_SELECT 3
#define SA_KILL_UNMARKED 4
#define SA_KILL_MARKED 5
#define SA_EXTRACT 6

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

int sa_docmd _((void));
bool sa_extract_start _((void));
void sa_art_cmd_prim _((int,long));
int sa_art_cmd _((int,int,long));
long sa_wrap_next_author _((long));