/* * Copyright © 2005 Jilles Tjoelker, et al. * Rights to this code are as documented in doc/LICENSE. * * Predefined flags collections * * $Id: template.h,v 1.1 2007/07/19 08:24:51 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 *name); #endif /* TEMPLATE_H */