Has __BEGIN_DECLS, needs sys/types.h.

This commit is contained in:
dholland 2016-01-22 22:26:45 +00:00
parent f6f5ee7dea
commit 433257163a
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mntopts.h,v 1.15 2012/10/19 17:09:06 drochner Exp $ */
/* $NetBSD: mntopts.h,v 1.16 2016/01/22 22:26:45 dholland Exp $ */
/*-
* Copyright (c) 1994
@ -33,6 +33,8 @@
#ifndef _MNTOPTS_H_
#define _MNTOPTS_H_
#include <sys/cdefs.h>
struct mntopt {
const char *m_option; /* option name */
int m_inverse; /* if a negative option, eg "dev" */