Nut/OS  4.10.3
API Reference
httpd_p.h
Go to the documentation of this file.
00001 #ifndef _HTTPD_P_H_
00002 #define _HTTPD_P_H_
00003 
00004 /*
00005 *  W A R N I N G
00006 *  -------------
00007 *
00008 * This file is not part of the Ethernut API.  It exists purely as an
00009 * implementation detail.  This header file may change from version to
00010 * version without notice, or even be removed.
00011 *
00012 * We mean it.
00013 */
00014 
00015 
00016 #include <sys/types.h>
00017 #include <pro/httpd.h>
00018 
00019 extern char *http_root;
00020 extern char *default_files[];
00021 
00022 char *CreateFilePath(CONST char *url, CONST char *addon);
00023 void DestroyRequestInfo(REQUEST * req);
00024 
00025 #endif