| 1 |
pippijn |
1.4 |
/** |
| 2 |
|
|
* template.h: Predefined flags collections |
| 3 |
|
|
* |
| 4 |
|
|
* Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team |
| 5 |
|
|
* Rights to this code are as documented in COPYING. |
| 6 |
|
|
* |
| 7 |
|
|
* |
| 8 |
|
|
* Portions of this file were derived from sources bearing the following license: |
| 9 |
pippijn |
1.3 |
* Copyright © 2005 Jilles Tjoelker, et al. |
| 10 |
pippijn |
1.2 |
* Rights to this code are as documented in doc/pod/license.pod. |
| 11 |
pippijn |
1.1 |
* |
| 12 |
pippijn |
1.4 |
* $Id: template.h,v 1.3 2007-08-28 17:08:07 pippijn Exp $ |
| 13 |
pippijn |
1.1 |
*/ |
| 14 |
|
|
|
| 15 |
|
|
#ifndef TEMPLATE_H |
| 16 |
|
|
#define TEMPLATE_H |
| 17 |
|
|
|
| 18 |
|
|
E char *getitem (char *str, char *name); |
| 19 |
pippijn |
1.3 |
E unsigned int get_template_flags (mychan_t *mc, char const * const name); |
| 20 |
pippijn |
1.1 |
|
| 21 |
|
|
#endif /* TEMPLATE_H */ |