diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-24 17:59:41 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-24 08:37:04 +0100 |
commit | 11b060d345a0fa8613d2f98b4e7199dbce0e1251 (patch) | |
tree | ad3f64153388da226aae080c449f01fd35113182 | |
parent | 88d020ade07bfe5cd7570b8c9b80a162adb39891 (diff) | |
download | samba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.tar.gz samba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.tar.xz samba-11b060d345a0fa8613d2f98b4e7199dbce0e1251.zip |
s3-libnetapi Add function header comments
Andrew Bartlett
-rw-r--r-- | source3/lib/netapi/netapi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.c b/source3/lib/netapi/netapi.c index 7eb07648494..4bb8004e1a4 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, |