From k@numeri.campus.luth.se Sun Apr 25 12:00:48 1999
Return-Path: <k@numeri.campus.luth.se>
Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103])
	by hub.freebsd.org (Postfix) with ESMTP id 51CB51555B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Apr 1999 12:00:46 -0700 (PDT)
	(envelope-from k@numeri.campus.luth.se)
Received: (from k@localhost)
	by numeri.campus.luth.se (8.9.3/8.9.3) id VAA69072;
	Sun, 25 Apr 1999 21:01:18 GMT
	(envelope-from k)
Message-Id: <199904252101.VAA69072@numeri.campus.luth.se>
Date: Sun, 25 Apr 1999 21:01:18 GMT
From: k@numeri.campus.luth.se
Reply-To: k@numeri.campus.luth.se
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] declerations missing in libatm.h
X-Send-Pr-Version: 3.2

>Number:         11315
>Category:       bin
>Synopsis:       [PATCH] declerations missing in libatm.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 25 12:10:01 PDT 1999
>Closed-Date:    Thu Jul 1 16:04:33 PDT 1999
>Last-Modified:  Thu Jul  1 16:11:26 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: mks 
State-Changed-When: Thu Jul 1 16:04:33 PDT 1999 
State-Changed-Why:  
Fixes committed to remove -Wall warnings from all userland atm code. 
>Unformatted:
