palm-os-sdk/PalmOne/Samples/VersaMailAccConfig/Src/ThirdForm.h

26 lines
639 B
C

/******************************************************************************
* Copyright (c) 2004-2007 Palm,Inc. or its subsidiaries.
* All rights reserved.
*****************************************************************************/
/**
@ingroup VersaMailAccConfig
*/
/**
* @brief Sample code for the VersaMail Setup Applications
*
*
*
* @version 1.0 - Initial Revision (08/21/03)
* @version 1.1 - Added "About" box and 5-way nav support (02/20/07),compiles under PODS and GCC
*
* @file ThirdForm.h
*/
#ifndef THIRDFORM_H
#define THIRDFORM_H
Boolean ThirdFormHandleEvent(EventType *eventP);
#endif