Skip to content

Commit

Permalink
Fixes for issue libconfuse#37: Add return status for set functions.
Browse files Browse the repository at this point in the history
This patch changes the API for libConfuse set functions to return
the status of the operation: CFG_FAIL, with errno set on error,
and CFG_SUCCESS (POSIX OK) on success.

Also, the API docs in confuse.h is updated with new @return lines.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Oct 28, 2015
1 parent a81d930 commit 6188764
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 141 deletions.

0 comments on commit 6188764

Please sign in to comment.