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

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • 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.