~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to mimetic/mimetic.h

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
    copyright            : (C) 2002-2005 by Stefano Barbato
 
3
    email                : stefano@codesink.org
 
4
 
 
5
    $Id: mimetic.h,v 1.17 2005/03/07 16:15:43 tat Exp $
 
6
 ***************************************************************************/
 
7
 
 
8
/***************************************************************************
 
9
 *                                                                         *
 
10
 *   This program is free software; you can redistribute it and/or modify  *
 
11
 *   it under the terms of the GNU General Public License as published by  *
 
12
 *   the Free Software Foundation; either version 2 of the License, or     *
 
13
 *   (at your option) any later version.                                   *
 
14
 *                                                                         *
 
15
 ***************************************************************************/
 
16
#ifndef _MIMETIC_MIMETIC_H_
 
17
#define _MIMETIC_MIMETIC_H_
 
18
#include <mimetic/libconfig.h>
 
19
#include <mimetic/version.h>
 
20
#include <mimetic/body.h>
 
21
#include <mimetic/circular_buffer.h>
 
22
#include <mimetic/contentdescription.h>
 
23
#include <mimetic/contentdisposition.h>
 
24
#include <mimetic/contenttransferencoding.h>
 
25
#include <mimetic/contenttype.h>
 
26
#include <mimetic/fieldparam.h>
 
27
#include <mimetic/header.h>
 
28
#include <mimetic/message.h>
 
29
#include <mimetic/mimeentity.h>
 
30
#include <mimetic/mimeentitylist.h>
 
31
#include <mimetic/mimeversion.h>
 
32
#include <mimetic/strutils.h>
 
33
#include <mimetic/tokenizer.h>
 
34
#include <mimetic/utils.h>
 
35
#include <mimetic/codec/codec.h>
 
36
#include <mimetic/os/os.h>
 
37
#include <mimetic/parser/itparser.h>
 
38
#endif