Andrew Boyson / oldheating

Dependencies:   net 1-wire lpc1768 crypto clock web fram log

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers web-server-this.h Source File

web-server-this.h

00001 #include <stdint.h>
00002 #include <stdbool.h>
00003 
00004 extern int  WebServerThisDecideWhatToDo(char *pPath, char* pLastModified);
00005 extern bool WebServerThisHandleQuery   (int todo, char* pQuery);
00006 extern bool WebServerThisPost          (int todo, int contentLength, int contentStart, int size, char* pRequestStream, uint32_t positionInRequestStream, bool* pComplete);
00007 extern bool WebServerThisReply         (int todo);