Fix clear flags on points in nlookup if none
Altlinux build / build-alt (push) Successful in 2m44s
Archlinux build / build-arch (push) Successful in 3m2s
Archlinux build / make-test (push) Successful in 1m1s
Debian build / build-ubuntu (push) Successful in 3m48s

This commit is contained in:
zx
2025-05-01 21:00:40 +03:00
parent 926124dffc
commit a387668a26
3 changed files with 7 additions and 18 deletions
-1
View File
@@ -189,7 +189,6 @@ char *buffer_putlong(char *buffer, long val);
char *buffer_putint(char *buf, int val);
long buffer_getlong(const char *buf);
int buffer_getint(const char *buf);
void swap_long(char *buffer);
void printf_usage(const char *ident, const char *fmt, ...);