X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2Fstringitem.h;h=5cc1a32958d2f9cb2b4fd27245153f8f479ededf;hb=6fcd4ffc18696dbf4c11be32837a2035ea5ee92f;hp=cf1d0f714d99cc5b32ed8371906f9befb5a56087;hpb=14c22de9f38ec5304dd14a2625b6ac8fdfda52f4;p=rrq%2Frrqmisc.git diff --git a/vector/stringitem.h b/vector/stringitem.h index cf1d0f7..5cc1a32 100644 --- a/vector/stringitem.h +++ b/vector/stringitem.h @@ -1,12 +1,12 @@ #ifndef stringitem_H #define stringitem_H -#include +#include /** - * 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