Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / container_binary_array.h
1 /*
2  * binary_array.h
3  * $Id: container_binary_array.h,v 1.1 2002/07/16 16:40:58 rstory Exp $
4  */
5
6 #ifndef BINARY_ARRAY_H
7 #define BINARY_ARRAY_H
8
9 #ifdef __cplusplus
10 extern          "C" {
11 #endif
12
13 #include <net-snmp/library/asn1.h>
14 #include <net-snmp/library/container.h>
15 #include <net-snmp/library/factory.h>
16
17     /*
18      * get an container which uses an binary_array for storage
19      */
20     netsnmp_container *   netsnmp_container_get_binary_array(void);
21     int netsnmp_container_get_binary_array_noalloc(netsnmp_container *c);
22
23     /*
24      * get a factory for producing binary_array objects
25      */
26     netsnmp_factory *     netsnmp_container_get_binary_array_factory(void);
27
28 #ifdef __cplusplus
29 }
30 #endif
31 #endif