ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/template.h
(Generate patch)

Comparing ermyth/include/template.h (file contents):
Revision 1.2 by pippijn, Sat Jul 21 01:29:07 2007 UTC vs.
Revision 1.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC

1/* 1/*
2 * Copyright © 2005 Jilles Tjoelker, et al. 2 * Copyright © 2005 Jilles Tjoelker, et al.
3 * Rights to this code are as documented in doc/pod/license.pod. 3 * Rights to this code are as documented in doc/pod/license.pod.
4 * 4 *
5 * Predefined flags collections 5 * Predefined flags collections
6 * 6 *
7 * $Id: template.h,v 1.2 2007/07/21 01:29:07 pippijn Exp $ 7 * $Id: template.h,v 1.3 2007/08/28 17:08:07 pippijn Exp $
8 */ 8 */
9 9
10#ifndef TEMPLATE_H 10#ifndef TEMPLATE_H
11#define TEMPLATE_H 11#define TEMPLATE_H
12 12
13E char *getitem (char *str, char *name); 13E char *getitem (char *str, char *name);
14E unsigned int get_template_flags (mychan_t *mc, char *name); 14E unsigned int get_template_flags (mychan_t *mc, char const * const name);
15 15
16#endif /* TEMPLATE_H */ 16#endif /* TEMPLATE_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines