File: openurl.e

package info (click to toggle)
html-xml-utils 7.7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 192; yacc: 125
file content (9 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
extern conststring http_strerror(int code);
extern FILE *fopenurl3(const conststring method, const conststring url,
         const conststring mode, const Dictionary request,
         Dictionary response, int maxredirs, int *status);
extern FILE *fopenurl2(const conststring url, const conststring mode,
         const Dictionary request, Dictionary response,
         int maxredirs, int *status);
extern FILE *fopenurl(const conststring path, const conststring mode,
        int *status);