mirror of
https://github.com/samba-team/samba.git
synced 2025-06-23 11:17:06 +03:00
This means changing headers, implementing a simple tap-like wrapper, and also splitting out the helpers into those which are linked with the api* tests (which can't use non-public tdb2 functions) and those linked with the run* tests (which can). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
4 lines
72 B
C
4 lines
72 B
C
#include "tap-interface.h"
|
|
|
|
unsigned tap_ok_count, tap_ok_target = -1U;
|