use static callbacks
[rrq/rrqmisc.git] / vector / integeritem.h
1 #ifndef integeritem_H
2 #define integeritem_H
3
4 #include <itemkeyfun.h>
5
6 /**
7  * The stringitem record declares the itemkeyfun functions for integer
8  * items.
9  */
10 extern itemkeyfun integeritem;
11
12 #endif