You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-10 01:22:48 +03:00
21 lines
319 B
C
21 lines
319 B
C
#ifndef NETSNMP_CONTAINER_NULL_H
|
|
#define NETSNMP_CONTAINER_NULL_H
|
|
|
|
|
|
#include <net-snmp/library/container.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
netsnmp_container *netsnmp_container_get_null(void);
|
|
|
|
void netsnmp_container_null_init(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /** NETSNMP_CONTAINER_NULL_H */
|