mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 19:06:21 +00:00
Fix http_upload stub
This commit is contained in:
@@ -26,4 +26,7 @@ void* http_file_put(void *userdata) { return NULL; }
|
|||||||
char* file_mime_type(const char* const file_name) { return NULL; }
|
char* file_mime_type(const char* const file_name) { return NULL; }
|
||||||
off_t file_size(const char* const file_name) { return 0; }
|
off_t file_size(const char* const file_name) { return 0; }
|
||||||
|
|
||||||
|
void http_upload_cancel_processes() {};
|
||||||
|
void http_upload_add_upload() {};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user