mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed prototype for fetchParseURL().
This commit is contained in:
parent
dcb964fa34
commit
e7720fa877
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: fetch.3,v 1.6 1998/12/16 15:29:03 des Exp $
|
||||
.\" $Id: fetch.3,v 1.7 1998/12/21 19:41:50 des Exp $
|
||||
.\"
|
||||
.Dd July 1, 1998
|
||||
.Dt FETCH 3
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
.Ft struct url_ent *
|
||||
.Fn fetchListURL "char *URL" "char *flags"
|
||||
.Ft struct url *
|
||||
.Fn fetchParseURL "char *URL" "char *flags"
|
||||
.Fn fetchParseURL "char *URL"
|
||||
.Ft FILE *
|
||||
.Fn fetchGet "struct url *URL" "char *flags"
|
||||
.Ft FILE *
|
||||
|
|
|
|||
Loading…
Reference in a new issue