File: url.h

package info (click to toggle)
trn4 4.0-test77-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 3,656 kB
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file Copyright 1993 by Clifford A. Adams */
/* url.h
 *
 * Routines for handling WWW URL references.
 */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

bool fetch_http _((char*,int,char*,char*));
bool fetch_ftp _((char*,char*,char*));
bool parse_url _((char*));
bool url_get _((char*,char*));