mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
add test with iwyu and fix all headers accordingly
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
#ifndef __MFAPI_FILE_H__
|
||||
#define __MFAPI_FILE_H__
|
||||
|
||||
typedef struct _file_s mffile;
|
||||
#include <sys/types.h>
|
||||
|
||||
struct _file_s;
|
||||
typedef struct mffile mffile;
|
||||
|
||||
mffile* file_alloc(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user