Main Page | Class List | File List | Class Members | File Members | Related Pages

mime.h

00001 /* 00002 * $Id: mime.h,v 1.3 2003/10/16 18:50:54 jasta Exp $ 00003 * 00004 * Copyright (C) 2001-2003 giFT project (gift.sourceforge.net) 00005 * 00006 * This program is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU General Public License as published by the 00008 * Free Software Foundation; either version 2, or (at your option) any 00009 * later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, but 00012 * WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * General Public License for more details. 00015 */ 00016 00017 #ifndef __MIME_H 00018 #define __MIME_H 00019 00020 /*****************************************************************************/ 00021 00022 LIBGIFT_EXPORT 00023 char *mime_type (const char *file); 00024 00025 LIBGIFT_EXPORT 00026 char *mime_type_lookup (const char *mime); 00027 00028 /*****************************************************************************/ 00029 00030 LIBGIFT_EXPORT 00031 BOOL mime_init (void); 00032 00033 LIBGIFT_EXPORT 00034 void mime_cleanup (void); 00035 00036 /*****************************************************************************/ 00037 00038 #endif /* __MIME_H */

Generated on Sun Aug 22 08:07:10 2004 by doxygen 1.3.7