27 lines
702 B
C
27 lines
702 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* File:
|
|
* SavePhotoForm.h
|
|
*
|
|
* Description:
|
|
* Contains all event-handling code associated with SavePhotoForm
|
|
* Sample code for the Photo API
|
|
*
|
|
* Version 1.0 - Initial Revision (08/18/03)
|
|
*
|
|
***********************************************************************/
|
|
|
|
#ifndef SAVEPHOTOFORM_H
|
|
#define SAVEPHOTOFORM_H
|
|
|
|
Boolean SavePhotoFormHandleEvent(EventType *eventP);
|
|
|
|
|
|
#endif |