~leadman/foxtrotgps/translations

« back to all changes in this revision

Viewing changes to src/wp.h

  • Committer: Joshua Judson Rosen
  • Date: 2009-09-26 02:35:15 UTC
  • Revision ID: rozzin@geekspace.com-20090926023515-yxl5sg1a45gupuc8
Imported from tangogps-0.9.7 tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
 *            wp.h
 
3
 *
 
4
 *  Wed Jun  4 21:07:49 2008
 
5
 *  Copyright  2008  Marcus Bauer 
 
6
 *  GPLv2
 
7
 *  Email marcus.bauer@gmail.com
 
8
 ****************************************************************************/
 
9
 
 
10
void
 
11
paint_wp();
 
12
 
 
13
void
 
14
paint_myposition();
 
15
 
 
16
void
 
17
do_paint_wp();
 
18
 
 
19
void
 
20
set_current_wp(double lat, double lon);
 
21
 
 
22
void
 
23
osd_wp();