Expose httpd-cgi ipv6 address print to other modules
This commit is contained in:
parent
d67d1f7340
commit
03c0245465
3 changed files with 22 additions and 13 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the uIP TCP/IP stack.
|
||||
*
|
||||
* $Id: httpd-cgi.h,v 1.1 2009/03/12 19:15:25 adamdunkels Exp $
|
||||
* $Id: httpd-cgi.h,v 1.2 2010/02/09 14:41:18 dak664 Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -55,5 +55,6 @@ static struct httpd_cgi_call name = {NULL, str, function}
|
|||
|
||||
void httpd_cgi_init(void);
|
||||
void web_set_temp(char *s);
|
||||
uint8_t httpd_cgi_sprint_ip6(uip_ip6addr_t addr, char * result);
|
||||
|
||||
#endif /* __HTTPD_CGI_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue