X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/734aad71947a79037af64f74c683f5eb36fe6065..311854206c50ea4207e7e1faa4efeb20f1bc8290:/gen/getvfsbyname.c?ds=inline diff --git a/gen/getvfsbyname.c b/gen/getvfsbyname.c index 049f52f..8bfab48 100644 --- a/gen/getvfsbyname.c +++ b/gen/getvfsbyname.c @@ -3,8 +3,6 @@ * * @APPLE_LICENSE_HEADER_START@ * - * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. - * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in @@ -60,13 +58,15 @@ #include #include #include +#include -int getvfsbyname __P((const char *, struct vfsconf *)); +int getvfsbyname(const char *, struct vfsconf *); /* * Given a filesystem name, determine if it is resident in the kernel, * and if it is resident, return its vfsconf structure. */ +int getvfsbyname(fsname, vfcp) const char *fsname; struct vfsconf *vfcp;