[Pkg-voip-commits] [bctoolbox] 18/60: update API
Bernhard Schmidt
berni at moszumanska.debian.org
Sun Oct 15 22:42:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch debian/sid
in repository bctoolbox.
commit 4d162291e9c6e9a69c09b4532f5ee5ffe04d7bb4
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date: Tue Apr 4 11:24:28 2017 +0200
update API
---
include/bctoolbox/logging.h | 1 -
tester/bctoolbox_tester.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/bctoolbox/logging.h b/include/bctoolbox/logging.h
index cc23f01..944d808 100644
--- a/include/bctoolbox/logging.h
+++ b/include/bctoolbox/logging.h
@@ -58,7 +58,6 @@ typedef void (*BctbxLogHandlerDestroyFunc)(bctbx_log_handler_t *handler);
initialise logging functions, add default log handler for stdout output.
*/
BCTBX_PUBLIC void bctbx_init_logger(bool_t create);
-#define bctbx_init_logger() bctbx_init_logger(TRUE);
/*
free logging memory
diff --git a/tester/bctoolbox_tester.c b/tester/bctoolbox_tester.c
index 61cb52f..ae43103 100644
--- a/tester/bctoolbox_tester.c
+++ b/tester/bctoolbox_tester.c
@@ -89,7 +89,7 @@ int main (int argc, char *argv[]) {
int i;
int ret;
- bctbx_init_logger();
+ bctbx_init_logger(TRUE);
bctoolbox_tester_init(NULL);
for(i=1;i<argc;++i){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git
More information about the Pkg-voip-commits
mailing list