From e0fae5b22a54ad91caca7fdb112596e37a9372f3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 6 Sep 2006 12:29:05 +0000 Subject: r18169: Remove accidentally committed bits (This used to be commit 51faeff2fa8050190ce0c3608f7936414fe2ea15) --- source4/include/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/include') diff --git a/source4/include/core.h b/source4/include/core.h index f99e34948b..f334c3df42 100644 --- a/source4/include/core.h +++ b/source4/include/core.h @@ -26,6 +26,11 @@ #include "libcli/util/nt_status.h" +typedef bool BOOL; + +#define False false +#define True true + /* used to hold an arbitrary blob of data */ typedef struct datablob { uint8_t *data; -- cgit