/*****************************************************************************/ /* http01.h VERSION HISTORY --------------- 12-JUL-2017 MGD initial */ /*****************************************************************************/ #ifndef HTTP01_H_LOADED #define HTTP01_H_LOADED 1 /* function prototypes */ int Http01Begin (); void Http01CancelListen (int); void Http01CancelRequest (int); int Http01Request (int); void Http01Spawn (int); #endif /* HTTP01_H_LOADED */ /****************************************************************************/