Remove duplicate prototype of httpd_init()

This commit is contained in:
goldsimon 2010-03-26 14:10:50 +00:00
parent fbee0f5c56
commit 9349f269e6
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include "lwip/err.h"
#include "lwip/pbuf.h"
void httpd_init(void);
/** Set this to 1 to support CGI */
#ifndef LWIP_HTTPD_CGI