1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3
Gpredict: Real-time satellite tracking and orbit prediction program
5
Copyright (C) 2001-2009 Alexandru Csete, OZ9AEC.
7
Authors: Alexandru Csete <oz9aec@gmail.com>
9
Comments, questions and bugreports should be submitted via
10
http://sourceforge.net/projects/gpredict/
11
More details can be found at the project home page:
13
http://gpredict.oz9aec.net/
15
This program is free software; you can redistribute it and/or modify
16
it under the terms of the GNU General Public License as published by
17
the Free Software Foundation; either version 2 of the License, or
18
(at your option) any later version.
20
This program is distributed in the hope that it will be useful,
21
but WITHOUT ANY WARRANTY; without even the implied warranty of
22
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
GNU General Public License for more details.
25
You should have received a copy of the GNU General Public License
26
along with this program; if not, visit http://www.fsf.org/
28
#ifndef SAT_PREF_SINGLE_SAT_H
29
#define SAT_PREF_SINGLE_SAT_H 1
32
GtkWidget *sat_pref_single_sat_create (GKeyFile *cfg);
33
void sat_pref_single_sat_cancel (GKeyFile *cfg);
34
void sat_pref_single_sat_ok (GKeyFile *cfg);