aboutsummaryrefslogtreecommitdiff
path: root/src/include/htinp.H1
blob: dbd87d65f3818c3f2cab8e303f8e0d0a8ed71e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
extern void ht2_input(void );
extern void make_record(void );
extern void verify_record(void );
extern char * strCopy(char * s);
extern void print_paste_line(FILE * pfile , char * str);
extern void get_spad_output(FILE * pfile , char * command , int com_type);
extern void get_graph_output(char * command , char * pagename , int com_type);
#ifdef _HTINP_C
static void make_input_file_list(void );
static char * make_input_file_name(char * buf , char * filename);
static char * make_paste_file_name(char * buf , char * filename);
static void make_the_input_file(UnloadedPage * page);
static void make_input_file_from_page(HyperDocPage * page);
static int inListAndNewer(char * inputFile , char * htFile);
static void print_paste(FILE * pfile , char * realcom , char * command , char * pagename , int com_type);
static void print_graph_paste(FILE * pfile , char * realcom , char * command , char * pagename , int com_type);
static void send_command(char * command , int com_type);
#endif