Codebase list dillo / debian/0.8.6-3 src / colors.h
debian/0.8.6-3

Tree @debian/0.8.6-3 (Download .tar.gz)

colors.h @debian/0.8.6-3raw · history · blame

#ifndef __COLORS_H__
#define __COLORS_H__

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

gint32 a_Color_parse (const char *subtag, gint32 default_color, gint *err);
gint32 a_Color_vc(gint32 candidate, gint32 c1, gint32 c2, gint32 c3);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __COLORS_H__ */