Library functions in clixon_cli_api.h (e.g cli_commit) is rewritten in new

for (eg cli_commitv). See clixon_cli_api.h for new names.
Use restconf format for internal xmldb keys. Eg /a/b=3,4
Changed example to use multiple cli callbacks
This commit is contained in:
Olof hagsand 2017-01-31 22:36:14 +01:00
parent c9f1ece53e
commit 7f0b9909b3
30 changed files with 1444 additions and 1054 deletions

7
configure vendored
View file

@ -2328,8 +2328,6 @@ test -n "$target_alias" &&
# Some stuff installed in /usr/local/. Such as qdbm
#
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@ -3529,9 +3527,6 @@ AR_SUFFIX=".a"
SH_SUFFIX=".so"
AR="ar"
CPPFLAGS="-I${prefix}/include ${CPPFLAGS}"
LDFLAGS="-L${prefix}/lib ${LDFLAGS}"
# This is for cligen
# Check whether --with-cligen was given.
@ -3884,8 +3879,6 @@ if test "${with_qdbm}"; then
LDFLAGS="-L${with_qdbm}/lib ${LDFLAGS}"
fi
LIBS="${LIBS} ${LDFLAGS}"
# Problem: depot.h may be in qdbm/depot.h.
for ac_header in depot.h
do :