00001 /***************************************************************************** 00002 * 00003 * $RCSfile: Clip_8h-source.html,v $ 00004 * 00005 * GPS4Palm Clipboard Functions 00006 * 00007 * This program is Copyright (C) 07/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:32 $ 00015 * 00016 * $Revision: 1.1.2.1 $ 00017 * 00018 * $Log: Clip_8h-source.html,v $ 00018 * Revision 1.1.2.1 2007-10-08 20:40:32 mp 00018 * updated for gps4palm V0.9.5 beta 00018 * 00019 * Revision 1.4 2005-04-02 17:29:03 mp 00020 * moved Position2Geodb() to Data.c/Data.h 00021 * 00022 * Revision 1.3 2005/04/02 10:10:08 mp 00023 * modified Position2Clipboard() and Position2Geodb() to return 'handled' 00024 * 00025 * Revision 1.2 2005/04/02 07:24:09 mp 00026 * added Position2Geodb() 00027 * 00028 * Revision 1.1 2005/03/25 13:30:46 mp 00029 * initial version 00030 * 00031 * 00032 * 00033 ****************************************************************************/ 00034 #include "common.h" 00035 00036 #ifndef CLIP_H 00037 #define CLIP_H 00038 00039 Boolean Position2Clipboard(GPSType gps_data, UnitsType units); 00040 00041 #endif