00001 /***************************************************************************** 00002 * 00003 * $RCSfile: WayptEditForm_8h-source.html,v $ 00004 * 00005 * GPS4Palm Waypoint Edit Form 00006 * 00007 * This program is Copyright (C) 03/2003 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: WayptEditForm_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.9 2004-11-24 21:28:14 mp 00020 * moved static function declarations from header to implementation file 00021 * 00022 * Revision 1.8 2004/03/30 19:30:43 mp 00023 * modified prototype of add_waypoint(), added select_symbol() 00024 * 00025 * Revision 1.7 2004/03/15 17:16:13 mp 00026 * added insert_position() 00027 * 00028 * Revision 1.6 2004/03/10 17:28:29 mp 00029 * modified parameters of scan_position() and scan_zone() 00030 * 00031 * Revision 1.5 2004/03/09 19:20:27 mp 00032 * Moved functions to "database" code section. 00033 * 00034 * Revision 1.4 2004/03/08 20:20:44 mp 00035 * removed toupper(), added field_active() 00036 * 00037 * Revision 1.3 2004/03/07 14:23:54 mp 00038 * added add_waypoint() 00039 * 00040 * Revision 1.2 2004/03/07 10:37:33 mp 00041 * added scan_zone() amd toupper() 00042 * 00043 * Revision 1.1 2004/03/03 19:52:07 mp 00044 * initial version 00045 * 00046 * 00047 ****************************************************************************/ 00048 #ifndef WAYPTEDITFORM_H 00049 #define WAYPTEDITFORM_H 00050 00051 /* 00052 * The waypoint edit functions are in their own segment 00053 */ 00054 #define WAYPTEDIT_SECTION __attribute__ ((section ("database"))) 00055 00056 Boolean WayptEditFormHandleEvent(EventPtr event) WAYPTEDIT_SECTION; 00057 00058 #endif