Release bumped to "gts4".
[tac_plus.git] / programs.h
1 #ifndef PROGRAMS_H
2 #define PROGRAMS_H 1
3
4 #include "tac_plus.h"
5
6
7 struct author_data;
8
9 extern int call_pre_process TAC_ARGS((const char *string, struct author_data *data, char ***outargsp, int *outargs_cntp, char *error, int err_len));
10 extern int call_post_process TAC_ARGS((const char *string, struct author_data *data, char ***outargsp, int *outargs_cntp));
11
12
13 #endif /* PROGRAMS_H */