summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-01 20:14:36 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 16:51:48 +0200
commit3f0da66d5cae7efb600080c054ab52ed5b5a650f (patch)
treea468607fe188920818968852190e13d27cf69f91 /source3/lib/netapi/netapi.h
parentf09df9b1869b7d95d7399b13b79ecf1f14b02f07 (diff)
downloadsamba-3f0da66d5cae7efb600080c054ab52ed5b5a650f.tar.gz
samba-3f0da66d5cae7efb600080c054ab52ed5b5a650f.tar.bz2
samba-3f0da66d5cae7efb600080c054ab52ed5b5a650f.zip
netapi: add libnetapi_private_ctx and init function.
Guenther (This used to be commit 45fff2d37ae21c76d100f66d9154f6add446f380)
Diffstat (limited to 'source3/lib/netapi/netapi.h')
-rw-r--r--source3/lib/netapi/netapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index f6345afe67..3612fa8240 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -191,6 +191,8 @@ struct libnetapi_ctx {
char *password;
char *krb5_cc_env;
int use_kerberos;
+
+ void *private_data;
};
/****************************************************************