~ubuntu-branches/debian/sid/gnubg/sid

« back to all changes in this revision

Viewing changes to gtkexport.h

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2006-12-28 10:45:05 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061228104505-4p6sxxdosrlvhgpr
Tags: 0.14.3+20060923-4
* Translation updates:
  - French, thanks Thomas Huriaux.  (Closes: #404254)
  - Spanish, thanks Javier Ruano.  (Closes: #404613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * gtkexport.h
 
3
 *
 
4
 * by Joern Thyssen <jthyssen@dk.ibm.com>, 2002
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of version 2 of the GNU General Public License as
 
8
 * published by the Free Software Foundation.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
18
 *
 
19
 * $Id: gtkexport.h,v 1.1 2002/06/01 11:28:57 thyssen Exp $
 
20
 */
 
21
 
 
22
#ifndef _GTKEXPORT_H_
 
23
#define _GTKEXPORT_H_
 
24
 
 
25
#include "export.h"
 
26
 
 
27
extern void
 
28
GTKShowExport ( exportsetup *pexs );
 
29
 
 
30
#endif