cf1d0f714d99cc5b32ed8371906f9befb5a56087
[rrq/rrqmisc.git] / stringitem.h
1 #ifndef stringitem_H
2 #define stringitem_H
3
4 #include <itemkeyfun.h>
5
6 /**
7  * The stringitem record declares the itemkeyfun functions for string
8  * items.
9  */
10 extern itemkeyfun stringitem;
11
12 #endif