summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-16 02:16:08 +0200
committerGünther Deschner <gd@samba.org>2008-04-16 02:16:08 +0200
commit0a362a94c8f720ad0805c0789433d3e70b86d1c3 (patch)
treef80e9421b272398450fe850430c71863ecdf2211 /source3/utils/net.h
parent46e6bc1153dbcf406f873a3e082582a44cd4467e (diff)
downloadsamba-0a362a94c8f720ad0805c0789433d3e70b86d1c3.tar.gz
samba-0a362a94c8f720ad0805c0789433d3e70b86d1c3.tar.bz2
samba-0a362a94c8f720ad0805c0789433d3e70b86d1c3.zip
net/libnetapi: Include netapi headers early and free on exit.
Guenther (This used to be commit 020b1e6431601fadf44dbfe8393908c096ecfa4c)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 3a4b1da7b0..00a818a606 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -22,6 +22,8 @@
* include
*/
+#include "lib/netapi/netapi.h"
+
typedef NTSTATUS (*rpc_command_fn)(const DOM_SID *,
const char *,
struct cli_state *cli,