diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-30 22:25:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:13 -0500 |
commit | 09c188e7353a74d05a674935c85e548bd09073ae (patch) | |
tree | 63f49d3b5851aa13193444c5e17a5e979bb745ec /source4/include | |
parent | 4fa13976a2a2ef72a74590c75d2f25cbbea48b83 (diff) | |
download | samba-09c188e7353a74d05a674935c85e548bd09073ae.tar.gz |
r24812: Fix headers for external users.
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/include/core.h b/source4/include/core.h index 55e89e97614..fc66e102832 100644 --- a/source4/include/core.h +++ b/source4/include/core.h @@ -27,10 +27,6 @@ #include <stdlib.h> -/* by making struct ldb_val and DATA_BLOB the same, we can simplify - a fair bit of code */ -#define ldb_val datablob - /* we use struct ipv4_addr to avoid having to include all the system networking headers everywhere |