Make C++ safe

This commit is contained in:
Warner Losh 2003-07-14 16:31:20 +00:00
parent 234a652964
commit 6545508362
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117556

View File

@ -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_ */