1234567891011121314151617181920212223242526 |
- /********************************************************************
- ** File Name: App_gui_object_closedcaption.h
- **
- ** File Description: The header file of Common channel manager gui object
- **
- ** Copyright(c) 2009 Sunplus Technologies - All Rights Reserved
- **
- ** History Information Description
- ** Date Author Modification
- **
- ********************************************************************/
- #ifndef _APP_GUIOBJ_CLOSEDCAPTION_H_
- #define _APP_GUIOBJ_CLOSEDCAPTION_H_
- /********************************************************************
- Including Files
- ********************************************************************/
- /********************************************************************
- Extern Global Functions
- ********************************************************************/
- void APP_GUIOBJ_CC_Restart(void);
- /********************************************************************
- Extern Global Variables
- ********************************************************************/
- #endif
|