Forward-declare pollfd in toastyfs.h

This commit is contained in:
2026-02-22 00:08:37 +01:00
parent 964a029154
commit 9849e8790a
+2
View File
@@ -3,6 +3,8 @@
#include <stdint.h> #include <stdint.h>
struct pollfd;
typedef enum { typedef enum {
TOASTYFS_RESULT_VOID, TOASTYFS_RESULT_VOID,
TOASTYFS_RESULT_PUT, TOASTYFS_RESULT_PUT,