~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to plugins/teletext/main.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-08 23:19:08 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050308231908-oip7rfv6lcmo8c0e
Tags: 0.9.2-2ubuntu1
Rebuilt for Python transition (2.3 -> 2.4)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  Zapping TV viewer
 
3
 *
 
4
 *  Copyright (C) 2000, 2001, 2002 I�aki Garc�a Etxebarria
 
5
 *  Copyright (C) 2000, 2001, 2002, 2003, 2004 Michael H. Schimek
 
6
 *
 
7
 *  This program is free software; you can redistribute it and/or modify
 
8
 *  it under the terms of the GNU General Public License as published by
 
9
 *  the Free Software Foundation; either version 2 of the License, or
 
10
 *  (at your option) any later version.
 
11
 *
 
12
 *  This program is distributed in the hope that it will be useful,
 
13
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 *  GNU General Public License for more details.
 
16
 *
 
17
 *  You should have received a copy of the GNU General Public License
 
18
 *  along with this program; if not, write to the Free Software
 
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
20
 */
 
21
 
 
22
/* $Id: main.h,v 1.3 2005/01/19 04:17:01 mschimek Exp $ */
 
23
 
 
24
#ifndef MAIN_H
 
25
#define MAIN_H
 
26
 
 
27
#ifdef HAVE_CONFIG_H
 
28
#  include "config.h"
 
29
#endif
 
30
 
 
31
#include <gtk/gtk.h>
 
32
#include "libvbi/teletext_decoder.h"
 
33
#include "bookmark.h"
 
34
 
 
35
extern vbi3_teletext_decoder *  td;
 
36
extern vbi3_network             anonymous_network;
 
37
extern bookmark_list            bookmarks;
 
38
extern BookmarkEditor *         bookmarks_dialog;
 
39
extern GtkActionGroup *         teletext_action_group;
 
40
extern GList *                  teletext_windows;
 
41
extern GList *                  teletext_views;
 
42
 
 
43
#endif /* MAIN_H */