-
Notifications
You must be signed in to change notification settings - Fork 319
Open
Labels
is:questionIssue is actually a question.Issue is actually a question.
Description
Dear Michal,
We are going to move from libyang 2.x to 3.x. There are several intertface change that we cannot find enough docs to support coding. For example, this time in log.h,
ly_errapptag ( struct ly_ctx const* ctx )
ly_errcode ( struct ly_ctx const* ctx )
ly_errmsg ( struct ly_ctx const* ctx )
ly_errpath ( struct ly_ctx const* ctx )
ly_last_errmsg ( )
ly_strerrcode ( )
ly_vecode ( struct ly_ctx const* ctx )
have been deleted, and added ly_last_logmsg ( ), ly_strerr ( ).
how should we find the replace function for the deleted functions?
Best wishes,
Ciao
Metadata
Metadata
Assignees
Labels
is:questionIssue is actually a question.Issue is actually a question.