| Revision: | 1.2 |
| Committed: | Sat Jul 21 01:29:07 2007 UTC (19 years, 1 month ago) by pippijn |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 1.1: | +2 -2 lines |
| Log Message: | - moved to new documentation system - fixed small build error |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | pippijn | 1.1 | /* |
| 2 | * Copyright © 2005 Jilles Tjoelker, et al. | ||
| 3 | pippijn | 1.2 | * Rights to this code are as documented in doc/pod/license.pod. |
| 4 | pippijn | 1.1 | * |
| 5 | * Predefined flags collections | ||
| 6 | * | ||
| 7 | pippijn | 1.2 | * $Id: template.h,v 1.1 2007-07-19 08:24:51 pippijn Exp $ |
| 8 | pippijn | 1.1 | */ |
| 9 | |||
| 10 | #ifndef TEMPLATE_H | ||
| 11 | #define TEMPLATE_H | ||
| 12 | |||
| 13 | E char *getitem (char *str, char *name); | ||
| 14 | E unsigned int get_template_flags (mychan_t *mc, char *name); | ||
| 15 | |||
| 16 | #endif /* TEMPLATE_H */ |