Added Query functions. Major renaming of stuff to use camelcase type names.
[rrq/rrqmisc.git] / vector / stringitem.h
index cf1d0f714d99cc5b32ed8371906f9befb5a56087..5cc1a32958d2f9cb2b4fd27245153f8f479ededf 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef stringitem_H
 #define stringitem_H
 
-#include <itemkeyfun.h>
+#include <ItemKeyFun.h>
 
 /**
- * The stringitem record declares the itemkeyfun functions for string
+ * The stringitem record declares the ItemKeyFun functions for string
  * items.
  */
-extern itemkeyfun stringitem;
+extern ItemKeyFun stringitem;
 
 #endif