mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Fix http_upload stub
This commit is contained in:
parent
0e1bccda18
commit
05db5226dd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user