forked from github/server
15 lines
271 B
C
15 lines
271 B
C
#ifndef H_ATTRIBUTE_TARGETREGION
|
|
#define H_ATTRIBUTE_TARGETREGION
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern struct attrib_type at_targetregion;
|
|
|
|
struct region;
|
|
extern struct attrib *make_targetregion(struct region *);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|