Added Query functions. Major renaming of stuff to use camelcase type names.
[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