File: respond.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (24 lines) | stat: -rw-r--r-- 645 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
21
22
23
24
/* respond.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


EXT char* savedest INIT(NULL);		/* value of %b */
EXT char* extractdest INIT(NULL);	/* value of %E */
EXT char* extractprog INIT(NULL);	/* value of %e */
EXT ART_POS savefrom INIT(0);		/* value of %B */

#define SAVE_ABORT 0
#define SAVE_DONE 1

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

void respond_init _((void));
int save_article _((void));
int view_article _((void));
int cancel_article _((void));
int supersede_article _((void));
void reply _((void));
void forward _((void));
void followup _((void));
int invoke _((char*,char*));