#define __need_size_t
#include <stddef.h>
+#include <sys/cdefs.h>
/* Define a hook variable called NAME. Functions put on this hook take
arguments described by PROTO. Use `text_set_element (NAME, FUNCTION)'
const struct \
{ \
size_t n; \
- void (*fn[0]) __P (NAME); \
+ void (*fn[0]) __P (PROTO); \
} NAME
/* Run all the functions hooked on the set called NAME.