00001 /***************************************************************************** 00002 * 00003 * $RCSfile: progressbar_8h-source.html,v $ 00004 * 00005 * GPS4Palm 00006 * Progress bar display function 00007 * 00008 * This program is Copyright (C) 03/2003 Matthias Prinke 00009 * <matthias.prinke@surfeu.de> and covered by GNU's GPL. 00010 * In particular, this program is free software and comes WITHOUT 00011 * ANY WARRANTY. 00012 * 00013 * $Author: mp $ 00014 * 00015 * $Date: 2007-10-08 20:40:34 $ 00016 * 00017 * $Revision: 1.7.2.1 $ 00018 * 00019 * $Log: progressbar_8h-source.html,v $ 00019 * Revision 1.7.2.1 2007-10-08 20:40:34 mp 00019 * updated for gps4palm V0.9.5 beta 00019 * 00020 * Revision 1.1 2004-03-10 17:17:26 mp 00021 * moved prototype from common.h 00022 * 00023 * 00024 ****************************************************************************/ 00025 00026 #ifndef PROGRESSBAR_H 00027 #define PROGRESSBAR_H 00028 00029 void progressbar(UInt16 ypos, UInt32 val, UInt32 total); 00030 00031 #endif