server/src/attributes/raceprefix.h

15 lines
301 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifndef H_ATTRIBUTE_RACEPREFIX
#define H_ATTRIBUTE_RACEPREFIX
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_raceprefix;
extern void set_prefix(struct attrib **ap, const char *str);
extern const char *get_prefix(struct attrib *a);
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif