]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
make netboot() static
authorHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:31:45 +0000 (21:31 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:31:45 +0000 (21:31 +0200)
src/usr/autoboot.c

index 97b9a40672357005f880021f079f70dfa1387abc..4bc43d5a74540643dff0090e542ec81078b36c6e 100644 (file)
@@ -103,7 +103,7 @@ static int boot_root_path ( const char *root_path ) {
  * @v netdev           Network device
  * @ret rc             Return status code
  */
-int netboot ( struct net_device *netdev ) {
+static int netboot ( struct net_device *netdev ) {
        char buf[256];
        int rc;