From b418f2e471f743b9655847970b13e37b30423c6e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 28 Mar 2008 11:06:47 +0000 Subject: Allow our headers to be included by C++ programs easily. --- src/libeinfo/einfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libeinfo/einfo.h') diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 63ee5e5a..3934b582 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -51,6 +51,8 @@ # endif #endif +__BEGIN_DECLS + /*! @brief Color types to use */ typedef enum { @@ -141,4 +143,5 @@ void eoutdentv(void); /*! @brief Prefix each einfo line with something */ void eprefix(const char * __EINFO_RESTRICT); +__END_DECLS #endif -- cgit v1.2.3