1234567891011121314151617181920 |
- #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);
- //void LBS_Pth(void);
- void Lbs_Sendto_bnd();
- #endif
|