summaryrefslogtreecommitdiffstats
path: root/sbin/mount/extern.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-25 21:02:21 +0000
committerbde <bde@FreeBSD.org>1997-08-25 21:02:21 +0000
commit6702cebfd75de2c8b2a8107e62f428d85422abc2 (patch)
treec1b7505236fb0f72a3892224c21d72ab33b4f796 /sbin/mount/extern.h
parent8b18fb0873e14df989c8bddad75de424ca04e48a (diff)
downloadFreeBSD-src-6702cebfd75de2c8b2a8107e62f428d85422abc2.zip
FreeBSD-src-6702cebfd75de2c8b2a8107e62f428d85422abc2.tar.gz
Moved getmntops() stuff back to mntopt.h so that it is visible in other
mount utilities.
Diffstat (limited to 'sbin/mount/extern.h')
-rw-r--r--sbin/mount/extern.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h
index 1255775..71dde6c 100644
--- a/sbin/mount/extern.h
+++ b/sbin/mount/extern.h
@@ -23,15 +23,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: extern.h,v 1.1 1997/08/24 21:28:38 steve Exp $
*/
-/* getmntopts.c */
-struct mntopt;
-
-void getmntopts __P((const char *, const struct mntopt *, int *, int *));
-extern int getmnt_silent;
-
/* vfslist.c */
int checkvfsname __P((const char *, const char **));
const char **makevfslist __P((char *));
OpenPOWER on IntegriCloud