/** * template.h: Predefined flags collections * * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team * Rights to this code are as documented in COPYING. * * * Portions of this file were derived from sources bearing the following license: * Copyright © 2005 Jilles Tjoelker, et al. * Rights to this code are as documented in doc/pod/license.pod. * * $Id: template.h,v 1.4 2007/09/16 18:54:42 pippijn Exp $ */ #ifndef TEMPLATE_H #define TEMPLATE_H E char *getitem (char *str, char *name); E unsigned int get_template_flags (mychan_t *mc, char const * const name); #endif /* TEMPLATE_H */