Initial "gts1" commit.
[tac_plus.git] / programs.h
diff --git a/programs.h b/programs.h
new file mode 100644 (file)
index 0000000..31ebef3
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef PROGRAMS_H
+#define PROGRAMS_H 1
+
+#include "tac_plus.h"
+
+
+struct author_data;
+
+extern int call_pre_process TAC_ARGS((const char *string, struct author_data *data, char ***outargsp, int *outargs_cntp, char *error, int err_len));
+extern int call_post_process TAC_ARGS((const char *string, struct author_data *data, char ***outargsp, int *outargs_cntp));
+
+
+#endif /* PROGRAMS_H */