summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_hash.h
blob: 76d24894ba34b7b1c5d895cf955f8a9165f9477c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __IP_SET_HASH_H
#define __IP_SET_HASH_H

/* Bitmap type specific error codes */
enum {
	IPSET_ERR_HASH_FULL = IPSET_ERR_TYPE_SPECIFIC,
	IPSET_ERR_HASH_ELEM,
};

#endif /* __IP_SET_HASH_H */