anntp

a nntp implementation in pure C99
Log | Files | Refs | README | LICENSE

commit c852f5a5ddee8fdc235954e4ecc0f65d88b400ec
parent 64af7ad2fcf1de3591aba277295fe5c4fc3b7245
Author: Mario Rosell R. Martinez <mario@mariorosell.es>
Date:   Thu,  9 Apr 2026 08:26:23 +0200

oops

Diffstat:
Manntp.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anntp.h b/anntp.h @@ -211,7 +211,7 @@ ANNTP_API char* anntp_strerror(AnntpErrCode err); #ifdef ANNTP_IMPLEMENTATION -#ifdef ANNTP_IMPLEMENTATION_ONCE +#ifndef ANNTP_IMPLEMENTATION_ONCE #define ANNTP_IMPLEMENTATION_ONCE static ssize_t _afillbuf(AnntpConnection* c);