new result code, HTTPC_RESULTCODE_NOTFOUND=0xd840a028

This commit is contained in:
Ken Sanislo 2016-02-04 10:15:01 -08:00
parent 5aac462be0
commit e7a222ee90

View File

@ -28,6 +28,9 @@ typedef enum {
/// Result code returned when a download is pending.
#define HTTPC_RESULTCODE_DOWNLOADPENDING 0xd840a02b
// Result code returned when asked about a non-existing header
#define HTTPC_RESULTCODE_NOTFOUND 0xd840a028
/// Initializes HTTPC.
Result httpcInit(void);