--- psiconv/trunk/lib/psiconv/unicode.h 2004/02/25 16:12:10 229 +++ psiconv/trunk/lib/psiconv/unicode.h 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* unicode.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2003-2004 Frodo Looijaard + Copyright (c) 2003-2005 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -66,7 +66,7 @@ /* Convert a psiconv_list of psiconv_ucs2 characters to a string */ extern psiconv_ucs2 *psiconv_unicode_from_list(psiconv_list input); -/* Convert a psiconv_list of psiconv_ucs2 characters to a string */ +/* Look for needle in haystack, return pointer to found location */ extern psiconv_ucs2 *psiconv_unicode_strstr(const psiconv_ucs2 *haystack, const psiconv_ucs2 *needle);