~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/poi.h

  • Committer: Paul Wise
  • Author(s): Pavel Machek
  • Date: 2018-07-22 03:01:33 UTC
  • Revision ID: pabs3@bonedaddy.net-20180722030133-d6s8vdndticr9ga1
Add --lat/--lon options for setting waypoint from the command-line.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
void
27
27
show_poi_detail();
 
28
 
 
29
double
 
30
parse_degrees(const char *s);