source: svn/newcon3bcm2_21bu/dta/src/nexus/mini_httpd/mini_httpd.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 229 bytes
Line 
1#ifndef __MINI_HTTPD_H__
2#define __MINI_HTTPD_H__
3
4typedef void (*mh_post_cb_t)(char* post_str);
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9int mh_start(mh_post_cb_t func);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* __MINI_HTTPD_H__ */
Note: See TracBrowser for help on using the repository browser.