00001 /***************************************************************************** 00002 * 00003 * $RCSfile: FileselForm_8h-source.html,v $ 00004 * 00005 * 00006 * created: 2003-10-18 00007 * 00008 * 00009 * This program is Copyright (C) 12/2002 Matthias Prinke 00010 * <matthias.prinke@surfeu.de> and covered by GNU's GPL. 00011 * In particular, this program is free software and comes WITHOUT 00012 * ANY WARRANTY. 00013 * 00014 * $Author: mp $ 00015 * 00016 * $Date: 2007-10-08 20:40:32 $ 00017 * 00018 * $Revision: 1.7.2.1 $ 00019 * 00020 * $Log: FileselForm_8h-source.html,v $ 00020 * Revision 1.7.2.1 2007-10-08 20:40:32 mp 00020 * updated for gps4palm V0.9.5 beta 00020 * 00021 * Revision 1.4 2004-11-24 21:07:47 mp 00022 * moved static function declarations from header to implementation file 00023 * 00024 * Revision 1.3 2004/04/30 16:32:01 mp 00025 * replaced dopage()/doscroll() by common functions in Util.c 00026 * 00027 * Revision 1.2 2003/11/23 19:54:36 mp 00028 * moved CreateDatabase and DestroyDatabase to getdir.c 00029 * 00030 * Revision 1.1 2003/10/18 16:21:44 mp 00031 * imported from piv, added prototypes 00032 * 00033 * 00034 ****************************************************************************/ 00035 #ifndef FILESELFORM_H 00036 #define FILESELFORM_H 00037 00038 /* 00039 * The map display functions are in their own segment 00040 */ 00041 #define FILESEL_SECTION __attribute__ ((section ("maps"))) 00042 00043 Boolean FileSelFormHandleEvent(EventPtr eventP) FILESEL_SECTION; 00044 00045 #endif