/****************************************************************************** * * Copyright (c) 2000-2004 PalmSource, Inc. All rights reserved. * * File: SelTimeZone.h * * Release: eclipse 5 SDK (68K) R4. * * Description: * This file defines select time zone structures and routines. * *****************************************************************************/ #ifndef __SELTIMEZONE_H__ #define __SELTIMEZONE_H__ #include #include #include #include // LmLocaleType #ifdef __cplusplus extern "C" { #endif extern Boolean SelectTimeZone(Int16 *ioTimeZoneP, LmLocaleType* ioLocaleInTimeZoneP, const Char *titleP, Boolean showTimes, Boolean anyLocale) SYS_TRAP(sysTrapSelectTimeZone); #ifdef __cplusplus } #endif #endif // __SELTIMEZONE_H__