From: Andreas Schneider Date: Tue, 4 May 2010 20:38:23 +0000 (+0200) Subject: tsocket: Added the warning again to tsocket_address_bsd_sockaddr. X-Git-Tag: samba-3.6.0pre1~2251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04327e280984517b1afd38e0fd49696f8b891e3f;p=thirdparty%2Fsamba.git tsocket: Added the warning again to tsocket_address_bsd_sockaddr. --- diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index 7d6a174748c..3aa90a93c29 100644 --- a/lib/tsocket/tsocket.h +++ b/lib/tsocket/tsocket.h @@ -919,6 +919,9 @@ ssize_t tsocket_address_bsd_sockaddr(const struct tsocket_address *addr, * return; * } * @endcode + * + * @warning This is an internal function. You should read the code to fully + * understand it if you plan to use it. */ int tstream_bsd_existing_socket(TALLOC_CTX *mem_ctx, int fd,