/* * Copyright © 2005 Jilles Tjoelker, et al. * Rights to this code are as documented in doc/pod/license.pod. * * Predefined flags collections * * $Id: template.h,v 1.3 2007/08/28 17:08:07 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 */