From 95289fb2ec3abb89c8f3783edf6714b38c3b0a22 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Thu, 22 Aug 2002 23:35:35 +0000 Subject: Wrap the header to prevent multiple inclusion, and mark the DECLS section. Reminded by: Rachel Hestilow --- lib/libufs/libufs.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/libufs/libufs.h') diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h index 0a5a67db4fa9..569d8a004863 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -27,6 +27,9 @@ * $FreeBSD$ */ +#ifndef __LIBUFS_H__ +#define __LIBUFS_H__ + /* * libufs macros (internal, non-exported). */ @@ -74,6 +77,8 @@ struct uufsd { #define d_sb d_sbunion.d_sb }; +__BEGIN_DECLS + /* * libufs prototypes. */ @@ -102,3 +107,7 @@ struct uufsd *ufs_disk_ctor(const char *); int ufs_disk_close(struct uufsd *); void ufs_disk_dtor(struct uufsd **); int ufs_disk_fillout(struct uufsd *, const char *); + +__END_DECLS + +#endif /* __LIBUFS_H__ */ -- cgit v1.2.3