12345678910111213141516171819 |
- #ifndef _BND_APP_H__
- #define _BND_APP_H__
- /*
- typedef struct{
- unsigned short year;
- unsigned char month;
- unsigned char day;
- unsigned char hour;
- unsigned char min;
- unsigned char sec;
- }MY_CLOCK;
- */
- int open_bnd_app(void);
- void cb_callmember(int ret);
- void current_zone_time(MY_CLOCK* myclock);
- extern bnd_time_t now_time;
- #endif
|