aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2018-07-01 18:58:53 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2018-07-01 18:58:53 +0000
commit2da0fcde21e0b90384f61fd50b87ea7dbd820233 (patch)
treeb4d51ae926f279015ac99996d117f22cee3c2f0e /lib/libcasper
parent4733f21ffed01fb628180e78f8109358f8011179 (diff)
Notes
Diffstat (limited to 'lib/libcasper')
-rw-r--r--lib/libcasper/libcasper/libcasper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcasper/libcasper/libcasper.h b/lib/libcasper/libcasper/libcasper.h
index e3d9f616b723c..c8ed184d92cdc 100644
--- a/lib/libcasper/libcasper/libcasper.h
+++ b/lib/libcasper/libcasper/libcasper.h
@@ -71,6 +71,8 @@ typedef struct cap_channel cap_channel_t;
#endif /* ! WITH_CASPER */
#endif /* ! _CAP_CHANNEL_T_DECLARED */
+__BEGIN_DECLS
+
#ifdef WITH_CASPER
int cap_channel_flags(const cap_channel_t *chan);
#else
@@ -279,4 +281,6 @@ cap_xfer_nvlist(const cap_channel_t *chan, nvlist_t *nvl)
}
#endif
+__END_DECLS
+
#endif /* !_LIBCASPER_H_ */