mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
adjust includes according to iwyu 3.5
This commit is contained in:
@@ -22,14 +22,17 @@
|
||||
|
||||
#include "../utils/http.h"
|
||||
|
||||
#define X_LINK_TYPE(a,b,c) c,
|
||||
const char *link_types[] = {
|
||||
#include "link_type.def"
|
||||
NULL
|
||||
const char *mfconn_file_link_types[] = {
|
||||
"normal_download",
|
||||
"direct_download",
|
||||
"view",
|
||||
"edit",
|
||||
"watch",
|
||||
"listen",
|
||||
"streaming",
|
||||
"one_time_download"
|
||||
};
|
||||
|
||||
#undef X_LINK_TYPE
|
||||
|
||||
int mfapi_check_response(json_t * response, const char *apicall)
|
||||
{
|
||||
json_t *j_obj;
|
||||
|
||||
Reference in New Issue
Block a user