00001 /***************************************************************************** 00002 * 00003 * $RCSfile: WaypointForm_8h-source.html,v $ 00004 * 00005 * GPS4Palm Waypoint Form 00006 * 00007 * This program is Copyright (C) 12/2002 Matthias Prinke 00008 * <matthias.prinke@surfeu.de> and covered by GNU's GPL. 00009 * In particular, this program is free software and comes WITHOUT 00010 * ANY WARRANTY. 00011 * 00012 * $Author: mp $ 00013 * 00014 * $Date: 2007-10-08 20:40:35 $ 00015 * 00016 * $Revision: 1.7.2.1 $ 00017 * 00018 * $Log: WaypointForm_8h-source.html,v $ 00018 * Revision 1.7.2.1 2007-10-08 20:40:35 mp 00018 * updated for gps4palm V0.9.5 beta 00018 * 00019 * Revision 1.7 2004-11-24 21:28:41 mp 00020 * moved static function declarations from header to implementation file 00021 * 00022 * Revision 1.6 2004/11/18 17:29:38 mp 00023 * added QueryRouteWaypoint() 00024 * 00025 * Revision 1.5 2004/04/29 20:08:27 mp 00026 * Moved data exchange functions to DataExchange.c, 00027 * moved table scrolling/paging functions to Utils.c. 00028 * 00029 * Revision 1.4 2004/04/18 18:44:01 mp 00030 * added get_next_wpt() and store_wpt() 00031 * 00032 * Revision 1.3 2004/04/18 18:19:14 mp 00033 * added get_next_wpt2() 00034 * 00035 * Revision 1.2 2004/03/09 19:13:47 mp 00036 * Moved functions from "maps" to "database" code section. 00037 * 00038 * Revision 1.1 2004/02/28 13:31:58 mp 00039 * initial version 00040 * 00041 * 00042 ****************************************************************************/ 00043 #ifndef WAYPOINTFORM_H 00044 #define WAYPOINTFORM_H 00045 00046 /* 00047 * The Waypoint Form functions are in their own segment 00048 */ 00049 #define WAYPOINT_SECTION __attribute__ ((section ("database"))) 00050 00051 Boolean WaypointFormHandleEvent(EventPtr eventP) WAYPOINT_SECTION; 00052 00053 void wayptDrawTable(void) WAYPOINT_SECTION; 00054 00055 #endif