Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bctoolbox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
bctoolbox
Commits
4d162291
Commit
4d162291
authored
Apr 04, 2017
by
Benjamin REIS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update API
parent
1180ba9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
logging.h
include/bctoolbox/logging.h
+0
-1
bctoolbox_tester.c
tester/bctoolbox_tester.c
+1
-1
No files found.
include/bctoolbox/logging.h
View file @
4d162291
...
...
@@ -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
...
...
tester/bctoolbox_tester.c
View file @
4d162291
...
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment