~ubuntu-branches/debian/wheezy/gpredict/wheezy

« back to all changes in this revision

Viewing changes to src/satlist-info.h

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2006-09-12 22:43:33 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060912224333-n5bkb920yl8rxyx3
Tags: 0.6.1-1
* New upstream release, now for GTK+ 2.
* Changed build-dependencies to remove GNOME 1 and GTK 1.2 libraries.
* Fixed spelling error in description (closes: #363621)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
 
/*
3
 
  satlist-info.c:  Helpers function accompaning satlist.c
4
 
 
5
 
  Copyright (C)  2002-2003  Alexandru Csete.
6
 
 
7
 
  Authors:  Alexandru Csete <csete@users.sourceforge.net>
8
 
 
9
 
  Comments, questions and bugreports should be submitted via
10
 
  http://sourceforge.net/projects/groundstation/
11
 
  More details can be found at http://groundstation.sourceforge.net/
12
 
 
13
 
  This program is free software; you can redistribute it and/or modify
14
 
  it under the terms of the GNU General Public License as published by
15
 
  the Free Software Foundation; either version 2 of the License, or
16
 
  (at your option) any later version.
17
 
  
18
 
  This program is distributed in the hope that it will be useful,
19
 
  but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
  GNU General Public License for more details.
22
 
  
23
 
  You should have received a copy of the GNU General Public License
24
 
  along with this program; if not, write to the
25
 
          Free Software Foundation, Inc.,
26
 
          59 Temple Place, Suite 330,
27
 
          Boston, MA  02111-1307
28
 
          USA
29
 
*/
30
 
 
31
 
#ifndef SATLIST_INFO_H
32
 
#define SATLIST_INFO_H
33
 
 
34
 
void satlist_info_cb (GtkWidget *, gpointer);
35
 
 
36
 
#endif