--- psiconv/trunk/lib/psiconv/unicode.h 2004/02/22 22:24:39 217 +++ 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 @@ -63,6 +63,13 @@ /* Return a newly allocated empty string */ extern psiconv_ucs2 *psiconv_unicode_empty_string(void); +/* Convert a psiconv_list of psiconv_ucs2 characters to a string */ +extern psiconv_ucs2 *psiconv_unicode_from_list(psiconv_list input); + +/* Look for needle in haystack, return pointer to found location */ +extern psiconv_ucs2 *psiconv_unicode_strstr(const psiconv_ucs2 *haystack, + const psiconv_ucs2 *needle); + #ifdef __cplusplus }