anntp

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

commit 63a867ec2671306eb2c464c241064426087c77e8
parent dd107d31c32bcc3fb7b4792060470e0cd4c40310
Author: Mario Rosell R. Martinez <mario@mariorosell.es>
Date:   Fri, 20 Mar 2026 20:11:40 +0100

Format

lol

Diffstat:
Mexamples/nntpsh.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/nntpsh.c b/examples/nntpsh.c @@ -22,7 +22,7 @@ static bool usetls; static AnntpConnection* c; /* anntp_readdot_cb callback */ - static inline int +static inline int puts_cb(const char* l, void* _) { (void*)_; @@ -31,7 +31,7 @@ puts_cb(const char* l, void* _) return 0; } - static inline void +static inline void cli(int argc, char** argv) { if (argc < 3 || argc > 4) {