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