]> git.itanic.dy.fi Git - maemo-mapper/blob - src/aprs_display.h
Added basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
[maemo-mapper] / src / aprs_display.h
1
2 /*
3  * Created by Rob Williams - 10 Aug 2008
4  * 
5  * This file is part of Maemo Mapper.
6  *
7  * Maemo Mapper 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 3 of the License, or
10  * (at your option) any later version.
11  *
12  * Maemo Mapper 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 Maemo Mapper.  If not, see <http://www.gnu.org/licenses/>.
19  * 
20  */
21
22
23 #ifdef HAVE_CONFIG_H
24 #    include "config.h"
25 #endif
26
27 #ifdef INCLUDE_APRS
28
29 #ifndef MAEMO_MAPPER_APRS_DISPLAY_H
30 #define MAEMO_MAPPER_APRS_DISPLAY_H
31
32
33 #include "types.h"
34
35 void ShowAprsStationPopup(AprsDataRow *p_station);
36 void list_stations();
37 void list_messages();
38
39 #endif
40
41 #endif //INCLUDE_APRS