00001 /****************************************************************************** 00002 Copyright (c) 2006 by Turku PET Centre 00003 00004 quots.h 00005 00006 00007 Modification history: 00008 2006-10-23 Vesa Oikonen 00009 First created. 00010 00011 00012 ******************************************************************************/ 00013 #ifndef _QUOTS_H 00014 #define _QUOTS_H 00015 /*****************************************************************************/ 00016 char *strstr_noquotation(const char *str1, const char *str2); 00017 /*****************************************************************************/ 00018 #endif 00019