#ifndef _SNMPTRAPD_LOG_H #define _SNMPTRAPD_LOG_H #define NETSNMP_DS_APP_NUMERIC_IP 8 /* must not conflict with agent's DS booleans */ int realloc_format_trap(u_char ** buf, size_t * buf_len, size_t * out_len, int allow_realloc, const char *format_str, netsnmp_pdu *pdu, struct netsnmp_transport_s *transport); int realloc_format_plain_trap(u_char ** buf, size_t * buf_len, size_t * out_len, int allow_realloc, netsnmp_pdu *pdu, struct netsnmp_transport_s *transport); #endif /* _SNMPTRAPD_LOG_H */