From: Antonio Huete Jimenez Date: Sat, 5 Nov 2011 17:49:24 +0000 (+0100) Subject: libhammer - Fix a misplaced #endif for the header guardian. X-Git-Tag: v3.0.0~728 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/8ab1d23ac008632074cbd58cb83690c45b92d5c0 libhammer - Fix a misplaced #endif for the header guardian. --- diff --git a/lib/libhammer/libhammer.h b/lib/libhammer/libhammer.h index 7d18919ebe..ee4283ea71 100644 --- a/lib/libhammer/libhammer.h +++ b/lib/libhammer/libhammer.h @@ -141,8 +141,6 @@ libhammer_get_last_pfs(libhammer_volinfo_t volinfo) return TAILQ_LAST(&volinfo->list_pseudo, pfslist); } -#endif - /* * MISC directive prototypes */ @@ -150,3 +148,5 @@ __BEGIN_DECLS char *libhammer_find_pfs_mount(int, uuid_t, int); void *_libhammer_malloc(size_t); __END_DECLS + +#endif