File: openurl.e

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (9 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
 conststring http_strerror(int code);
 FILE *fopenurl3(const conststring method, const conststring url,
         const conststring mode, const Dictionary request,
         Dictionary response, int maxredirs, int *status);
 FILE *fopenurl2(const conststring url, const conststring mode,
         const Dictionary request, Dictionary response,
         int maxredirs, int *status);
 FILE *fopenurl(const conststring path, const conststring mode,
        int *status);