26 lines
643 B
C
26 lines
643 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 SecondForm.h
|
|
*/
|
|
|
|
#ifndef SECONDFORM_H
|
|
#define SECONDFORM_H
|
|
|
|
Boolean SecondFormHandleEvent(EventType *eventP);
|
|
|
|
#endif |