added files
[bcm963xx.git] / userapps / opensource / net-snmp / apps / snmptrapd_log.h
1 #ifndef  _SNMPTRAPD_LOG_H
2 #define  _SNMPTRAPD_LOG_H
3
4 #define NETSNMP_DS_APP_NUMERIC_IP  8    /* must not conflict with agent's DS booleans */
5
6 int             realloc_format_trap(u_char ** buf, size_t * buf_len,
7                                     size_t * out_len, int allow_realloc,
8                                     const char *format_str,
9                                     netsnmp_pdu *pdu,
10                                     struct netsnmp_transport_s *transport);
11
12 int             realloc_format_plain_trap(u_char ** buf, size_t * buf_len,
13                                           size_t * out_len,
14                                           int allow_realloc,
15                                           netsnmp_pdu *pdu,
16                                           struct netsnmp_transport_s
17                                           *transport);
18 #endif                          /* _SNMPTRAPD_LOG_H */