~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/mime/backend/mailcap.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: mailcap.h,v 1.5 2004/07/15 00:43:06 jonas Exp $ */
2
1
 
3
2
#ifndef EL__MIME_BACKEND_MAILCAP_H
4
3
#define EL__MIME_BACKEND_MAILCAP_H
5
4
 
 
5
#include "main/module.h"
6
6
#include "mime/backend/common.h"
7
 
#include "modules/module.h"
8
7
 
9
8
extern struct mime_backend mailcap_mime_backend;
10
9
extern struct module mailcap_mime_module;