Allow our headers to be included by C++ programs easily.

This commit is contained in:
Roy Marples
2008-03-28 11:06:47 +00:00
parent ee4e861796
commit b418f2e471
2 changed files with 6 additions and 0 deletions

View File

@@ -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