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

« back to all changes in this revision

Viewing changes to src/cookies/dialogs.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: dialogs.h,v 1.5.4.1 2005/02/28 00:44:03 jonas Exp $ */
2
 
 
3
1
#ifndef EL__COOKIES_DIALOGS_H
4
2
#define EL__COOKIES_DIALOGS_H
5
3
 
6
4
#include "bfu/hierbox.h"
7
 
#include "sched/session.h"
 
5
#include "session/session.h"
8
6
#include "terminal/terminal.h"
9
7
#include "util/lists.h"
10
8