diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-03 18:00:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-03 18:00:07 +0000 |
commit | b144f6e5cfc95f3486ac25047d67372e40adbaed (patch) | |
tree | 14410b1ea376d03c802ab50fcbca10a3403205a7 /usr.bin/ftp/extern.h | |
parent | d6631cc24a4fcf56093ab90bdf2a08692a471d50 (diff) |
http:// support for the command line fetches; useful for the ports subsystem
and other scripts. written by brian@saturn.net (and then i clawed at it for
a bit..)
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r-- | usr.bin/ftp/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index e24b4458d61..8b6eda3e1ef 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.2 1996/06/26 05:33:35 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.3 1996/09/03 18:00:05 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.4 1995/09/08 01:06:19 tls Exp $ */ /*- @@ -142,6 +142,7 @@ void status __P((int, char **)); void syst __P((int, char **)); void tvsub __P((struct timeval *, struct timeval *, struct timeval *)); void user __P((int, char **)); +int http_fetch __P((char *)); extern jmp_buf abortprox; extern int abrtflag; |