aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/antcc.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-23 11:04:55 +0100
committerlemon <lsof@mailbox.org>2026-03-23 11:04:55 +0100
commit24dafc4cd691c3ec121176dbcd56e78ac6e175b7 (patch)
tree344a2cc63ccce471173c549843eab4505f9ac8a6 /src/antcc.h
parent14b4fd3b6a8ca34fa6c1b96b008d1a57c3074028 (diff)
io: use FILE* for buf fp impl
Diffstat (limited to 'src/antcc.h')
-rw-r--r--src/antcc.h2
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;