Make C++ safe
This commit is contained in:
parent
34cb14ccf7
commit
22b2f1d3f0
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user