1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3-libnetapi Add function header comments

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2010-11-24 17:59:41 +11:00
parent 88d020ade0
commit 11b060d345

View 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,