new result code, HTTPC_RESULTCODE_NOTFOUND=0xd840a028
This commit is contained in:
parent
5aac462be0
commit
e7a222ee90
@ -28,6 +28,9 @@ typedef enum {
|
|||||||
/// Result code returned when a download is pending.
|
/// Result code returned when a download is pending.
|
||||||
#define HTTPC_RESULTCODE_DOWNLOADPENDING 0xd840a02b
|
#define HTTPC_RESULTCODE_DOWNLOADPENDING 0xd840a02b
|
||||||
|
|
||||||
|
// Result code returned when asked about a non-existing header
|
||||||
|
#define HTTPC_RESULTCODE_NOTFOUND 0xd840a028
|
||||||
|
|
||||||
/// Initializes HTTPC.
|
/// Initializes HTTPC.
|
||||||
Result httpcInit(void);
|
Result httpcInit(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user