From: Diego Biurrun Date: Mon, 22 Apr 2013 17:03:13 +0000 (+0200) Subject: sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes X-Git-Tag: n2.0~26^2~438 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=c0c2b96c136ec2cbfd808eefc26de399f447d62f;hp=a8a45dfe25ec63f23676258a11e57b312a794d4c sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes --- diff --git a/libavformat/sctp.c b/libavformat/sctp.c index b8ab63e7da..42dd547b67 100644 --- a/libavformat/sctp.c +++ b/libavformat/sctp.c @@ -56,10 +56,10 @@ /* * The sctp_recvmsg and sctp_sendmsg functions are part of the user - * library that offers support - * for the SCTP kernel Implementation. The main purpose of this - * code is to provide the SCTP Socket API mappings for user - * application to interface with the SCTP in kernel. + * library that offers support for the SCTP kernel Implementation. + * To avoid build-time clashes the functions sport an ff_-prefix here. + * The main purpose of this code is to provide the SCTP Socket API + * mappings for user applications to interface with SCTP in the kernel. * * This implementation is based on the Socket API Extensions for SCTP * defined in