blob: 9861040cdab8ba5c32c699054f15dd5f3b255cfb [file] [log] [blame]
/*
* util_funcs/header_generic.h: utilitiy functions for extensible groups.
*/
#ifndef _MIBGROUP_UTIL_FUNCS_HEADER_GENERIC_H
#define _MIBGROUP_UTIL_FUNCS_HEADER_GENERIC_H
#ifdef __cplusplus
extern "C" {
#endif
int header_generic(struct variable *, oid *, size_t *, int, size_t *,
WriteMethod **);
#ifdef __cplusplus
}
#endif
#endif /* _MIBGROUP_UTIL_FUNCS_HEADER_GENERIC_H */