5cc1a32958d2f9cb2b4fd27245153f8f479ededf
[rrq/rrqmisc.git] / vector / 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