From owner-freebsd-net@FreeBSD.ORG Wed Jul 1 09:35:36 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 711261065673 for ; Wed, 1 Jul 2009 09:35:36 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAA48FC18 for ; Wed, 1 Jul 2009 09:35:35 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by bwz12 with SMTP id 12so621684bwz.43 for ; Wed, 01 Jul 2009 02:35:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.117.194 with SMTP id s2mr5987976faq.83.1246439208385; Wed, 01 Jul 2009 02:06:48 -0700 (PDT) From: Vlad Galu Date: Wed, 1 Jul 2009 12:06:24 +0300 Message-ID: To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Is there a chance to declare the prototype for setfib() somewhere in a system header? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 09:35:36 -0000 Right now, to be able to compile with g++ (not gcc), I have to declare it in a "extern <>" scope.