00001 /***************************************************************************** 00002 * 00003 * $RCSfile: MapOptsForm_8h-source.html,v $ 00004 * 00005 * GPS4Palm Map Options 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:33 $ 00015 * 00016 * $Revision: 1.7.2.1 $ 00017 * 00018 * $Log: MapOptsForm_8h-source.html,v $ 00018 * Revision 1.7.2.1 2007-10-08 20:40:33 mp 00018 * updated for gps4palm V0.9.5 beta 00018 * 00019 * Revision 1.2 2004-11-24 21:18:22 mp 00020 * moved static function declarations from header to implementation file 00021 * 00022 * Revision 1.1 2003/11/20 20:38:49 mp 00023 * initial version 00024 * 00025 * 00026 ****************************************************************************/ 00027 #ifndef MAPOPTSFORM_H 00028 #define MAPOPTSFORM_H 00029 00030 #define MAPOPTSFORM_SECTION __attribute__ ((section ("maps"))) 00031 00032 Boolean MapOptsFormHandleEvent(EventPtr event) MAPOPTSFORM_SECTION; 00033 00034 #endif