diff options
| author | 2026-03-23 11:04:55 +0100 | |
|---|---|---|
| committer | 2026-03-23 11:04:55 +0100 | |
| commit | 24dafc4cd691c3ec121176dbcd56e78ac6e175b7 (patch) | |
| tree | 344a2cc63ccce471173c549843eab4505f9ac8a6 /src/antcc.h | |
| parent | 14b4fd3b6a8ca34fa6c1b96b008d1a57c3074028 (diff) | |
io: use FILE* for buf fp impl
Diffstat (limited to 'src/antcc.h')
| -rw-r--r-- | src/antcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/antcc.h b/src/antcc.h index 976b766..fcaf02a 100644 --- a/src/antcc.h +++ b/src/antcc.h @@ -305,7 +305,7 @@ typedef struct WriteBuf { uint len; int fd; }; - void *fp; + void *_fp; }; bool err; bool isfp; |