summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-11-24 17:59:41 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-11-24 08:37:04 +0100
commit11b060d345a0fa8613d2f98b4e7199dbce0e1251 (patch)
treead3f64153388da226aae080c449f01fd35113182 /source3
parent88d020ade07bfe5cd7570b8c9b80a162adb39891 (diff)
downloadsamba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.tar.gz
samba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.tar.bz2
samba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.zip
s3-libnetapi Add function header comments
Andrew Bartlett
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/netapi/netapi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.c b/source3/lib/netapi/netapi.c
index 7eb0764849..4bb8004e1a 100644
--- a/source3/lib/netapi/netapi.c
+++ b/source3/lib/netapi/netapi.c
@@ -145,6 +145,7 @@ NET_API_STATUS libnetapi_net_init(struct libnetapi_ctx **context)
}
/****************************************************************
+ Return the static libnetapi context
****************************************************************/
NET_API_STATUS libnetapi_getctx(struct libnetapi_ctx **ctx)
@@ -158,6 +159,7 @@ NET_API_STATUS libnetapi_getctx(struct libnetapi_ctx **ctx)
}
/****************************************************************
+ Free the static libnetapi context
****************************************************************/
NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx)
@@ -194,6 +196,7 @@ NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx)
}
/****************************************************************
+ Override the current log level for libnetapi
****************************************************************/
NET_API_STATUS libnetapi_set_debuglevel(struct libnetapi_ctx *ctx,