summaryrefslogtreecommitdiff
path: root/agent/mibgroup/util_funcs/header_simple_table.h
blob: 2a95d697ca1a44befbc4ef8713d64bc114205dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * util_funcs/header_simple_table.h:  utilitiy functions for extensible
 * groups.
 */
#ifndef _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H
#define _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H

#ifdef __cplusplus
extern "C" {
#endif

int header_simple_table(struct variable *, oid *, size_t *, int, size_t *,
                        WriteMethod **, int);

#ifdef __cplusplus
}
#endif

#endif /* _MIBGROUP_UTIL_FUNCS_HEADER_SIMPLE_TABLE_H */