s3-libnetapi Add function header comments
authorAndrew Bartlett <abartlet@samba.org>
Wed, 24 Nov 2010 06:59:41 +0000 (17:59 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 Nov 2010 07:37:04 +0000 (08:37 +0100)
Andrew Bartlett

source3/lib/netapi/netapi.c

index 7eb076484944d5298b5c61d27a8b91844dd88c84..4bb8004e1a41a31e3b98fd0295dc13b5d85ef12b 100644 (file)
@@ -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,