Remove warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2365 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
447904aae2
commit
13dfdf9a05
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_VERSION_H
|
||||
#define __NETUTILS_THTTPD_VERSION_H
|
||||
#ifndef __NETUTILS_THTTPD_CONFIG_H
|
||||
#define __NETUTILS_THTTPD_CONFIG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included files
|
||||
@ -249,5 +249,5 @@
|
||||
# endif
|
||||
#endif /* Dependencies not provided */
|
||||
|
||||
#endif /* __NETUTILS_THTTPD_VERSION_H */
|
||||
#endif /* __NETUTILS_THTTPD_CONFIG_H */
|
||||
|
||||
|
@ -176,4 +176,4 @@ static void httpd_strencode(char *to, int tosize, char *from)
|
||||
*to = '\0';
|
||||
}
|
||||
#endif /* CONFIG_THTTPD_GENERATE_INDICES */
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* CONFIG_THTTPD */
|
||||
|
@ -34,6 +34,9 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
#define __NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
@ -116,4 +119,5 @@ extern void httpd_strdecode(char *to, char *from);
|
||||
extern void httpd_strencode(char *to, int tosize, char *from);
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* __NETUTILS_THTTPD_THTTPD_STRINGS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user