Main Page   Data Structures   File List   Data Fields   Globals   Examples  

util.h

Go to the documentation of this file.
00001 #ifndef fooutilhfoo
00002 #define fooutilhfoo
00003 
00004 /* $Id: util.h 13 2003-06-04 17:16:43Z lennart $ */
00005 
00006 /***
00007   This file is part of libnewmail
00008 
00009   libnewmail is free software; you can redistribute it and/or modify
00010   it under the terms of the GNU General Public License as published by
00011   the Free Software Foundation; either version 2 of the License, or
00012   (at your option) any later version.
00013   
00014   libnewmail is distributed in the hope that it will be useful, but
00015   WITHOUT ANY WARRANTY; without even the implied warranty of
00016   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00017   General Public License for more details.
00018   
00019   You should have received a copy of the GNU General Public License
00020   along with libnewmail; if not, write to the Free Software
00021   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
00022   USA
00023 ***/
00024 
00030 #include "newmail.h"
00031 
00037 char* nm_chomp(char *ln);
00038 
00044 char* nm_specials(const char *format);
00045 
00049 char *nm_strdup(const char *s);
00050 
00057 void nm_error(enum nm_error en, const char* exp);
00058 
00059 #endif

Generated on Thu Oct 23 01:52:10 2003 for libnewmail by doxygen1.2.18