summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-07-14 16:31:20 +0000
committerimp <imp@FreeBSD.org>2003-07-14 16:31:20 +0000
commit22b2f1d3f09e2016e38a819cb2d51995e52a31c1 (patch)
tree06426c5b51c74afd428330014af7d5de5a8873a6 /include
parent34cb14ccf7994d755ff37575ab1838ed6a861769 (diff)
downloadFreeBSD-src-22b2f1d3f09e2016e38a819cb2d51995e52a31c1.zip
FreeBSD-src-22b2f1d3f09e2016e38a819cb2d51995e52a31c1.tar.gz
Make C++ safe
Diffstat (limited to 'include')
-rw-r--r--include/histedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/histedit.h b/include/histedit.h
index 6098207..e2d7190 100644
--- a/include/histedit.h
+++ b/include/histedit.h
@@ -47,6 +47,8 @@
#include <sys/types.h>
#include <stdio.h>
+__BEGIN_DECLS
+
/*
* ==== Editing ====
*/
@@ -194,4 +196,6 @@ int history(History *, HistEvent *, int, ...);
#define H_SAVE 18 /* , const char *); */
#define H_CLEAR 19 /* , void); */
+__END_DECLS
+
#endif /* _HISTEDIT_H_ */
OpenPOWER on IntegriCloud