Date: Sun, 25 Apr 1999 21:01:18 GMT From: k@numeri.campus.luth.se To: FreeBSD-gnats-submit@freebsd.org Subject: bin/11315: [PATCH] declerations missing in libatm.h Message-ID: <199904252101.VAA69072@numeri.campus.luth.se>
next in thread | raw e-mail | index | archive | help
>Number: 11315 >Category: bin >Synopsis: [PATCH] declerations missing in libatm.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 25 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: current src cvsup Apr 23 >Description: While I tried to remove -Wall warnings in the src I noticed that two functions used in src/sbin/atm/ilmid/ilmid.c is missing in libatm.h >How-To-Repeat: N/A >Fix: *** lib/libatm/libatm.h.orig Sun Apr 25 20:48:45 1999 --- lib/libatm/libatm.h Sun Apr 25 20:46:48 1999 *************** *** 98,103 **** --- 98,108 ---- extern int verify_nif_name __P((char *)); extern int get_cfg_info __P((char *, struct air_cfg_rsp **)); + extern int get_intf_info __P((char *, + struct air_int_rsp **)); + extern int get_netif_info __P((char *, + struct air_netif_rsp **)); + /* ip_addr.c */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904252101.VAA69072>