1 /*
2  * util_funcs/header_simple_table.h:  utilitiy functions for extensible
3  * groups.
4  */
5 #ifndef _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H
6 #define _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 int header_simple_table(struct variable *, oid *, size_t *, int, size_t *,
13                         WriteMethod **, int);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif /* _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H */
20