about summary refs log tree commit diff stats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2006-11-13 01:11:22 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2006-11-13 01:11:22 -0500
commit9bdb7e3f3d8fb762919e6d55aaea5e7263dd970d (patch)
tree5ca794151f77eca9b75b3c9ac8d51c29274cb0de /PROBLEMS
parentf255f8da2e6a2a8b53639ea2264d5db3c3760b23 (diff)
downloadlynx-snapshots-9bdb7e3f3d8fb762919e6d55aaea5e7263dd970d.tar.gz
snapshot of project "lynx", label v2-8-7dev_3
Diffstat (limited to 'PROBLEMS')
0 files changed, 0 insertions, 0 deletions
snapshot of project "lynx", label v2-8-6dev_10' href='/ingrix/lynx-snapshots/commit/src/LYGetFile.h?id=1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f'>1fc1d8af ^
2d161b7d ^
945e8eb6 ^





e087f6d4





1fc1d8af ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38


                   

                      


                  


                   







                                                                               
 
                                   
 





                                     





                                            



                                                 
#ifndef LYGETFILE_H
#define LYGETFILE_H

#include <LYStructs.h>

#ifdef __cplusplus
extern "C" {
#endif
#define NOT_FOUND 0
#define NORMAL 1
#define NULLFILE 3
    extern int getfile(DocInfo *doc, int *target);
    extern void srcmode_for_next_retrieval(int);
    extern int follow_link_number(int c,
				  int cur,
				  DocInfo *doc,
				  int *num);
    extern void add_trusted(char *str, int type);
    extern BOOLEAN exec_ok(const char *source, const char *linkpath, int type);

    extern char *WWW_Download_File;

/* values for follow_link_number() */
#define DO_LINK_STUFF		1
#define DO_GOTOLINK_STUFF	2
#define DO_GOTOPAGE_STUFF	3
#define DO_FORMS_STUFF		4
#define PRINT_ERROR		5

/* values for add_trusted() and exec_ok() */
#define EXEC_PATH 0
#define ALWAYS_EXEC_PATH  1
#define CGI_PATH  2

#ifdef __cplusplus
}
#endif
#endif				/* LYGETFILE_H */