sync code with last improvements from OpenBSD
This commit is contained in:
parent
5903cbe575
commit
62d64fa864
841 changed files with 83929 additions and 40755 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ax.h,v 1.1 2022/08/23 08:56:20 martijn Exp $ */
|
||||
/* $OpenBSD: ax.h,v 1.2 2023/10/24 08:54:52 martijn Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
|
||||
*
|
||||
|
@ -251,8 +251,7 @@ uint32_t ax_register(struct ax *, uint8_t, uint32_t,
|
|||
uint32_t ax_unregister(struct ax *, uint32_t, struct ax_ostring *,
|
||||
uint8_t, uint8_t, struct ax_oid *, uint32_t);
|
||||
int ax_response(struct ax *, uint32_t, uint32_t, uint32_t,
|
||||
struct ax_ostring *, uint32_t, uint16_t, uint16_t,
|
||||
struct ax_varbind *, size_t);
|
||||
uint32_t, uint16_t, uint16_t, struct ax_varbind *, size_t);
|
||||
void ax_pdu_free(struct ax_pdu *);
|
||||
void ax_varbind_free(struct ax_varbind *);
|
||||
const char *ax_error2string(enum ax_pdu_error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue