Added calllist option to nlookup, fixed bunch of PVS-Studio lint warnings
Altlinux build / build-alt (push) Successful in 2m34s
Archlinux build / build-arch (push) Successful in 2m55s
Archlinux build / make-test (push) Successful in 1m0s
Debian build / build-ubuntu (push) Successful in 3m43s

This commit is contained in:
zx
2025-04-26 07:56:48 +03:00
parent 7903fd08af
commit 81b326ca45
13 changed files with 235 additions and 28 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ int nodelist_getstr(s_nodelist *nlp, size_t offset, char *buffer, size_t bufle
int nodelist_lookup_string(char *buffer, size_t buflen, s_faddr addr);
int nodelist_lookup(s_node *node, s_faddr addr);
void nodelist_initnode(s_node *node, s_faddr addr);
int nodelist_parsehiddenina(s_node *node, s_override *ov);
#endif /* _NODELIST_H_ */