source: vendor/current/lib/tdb/test/logging.h

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 264 bytes
Line 
1#ifndef TDB_TEST_LOGGING_H
2#define TDB_TEST_LOGGING_H
3#include "replace.h"
4#include "../include/tdb.h"
5#include <stdbool.h>
6
7extern bool suppress_logging;
8extern const char *log_prefix;
9extern struct tdb_logging_context taplogctx;
10
11#endif /* TDB_TEST_LOGGING_H */
Note: See TracBrowser for help on using the repository browser.