X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6902ed178ba54c8e1c410519f7ee576ddb42554c..b45b059a3dcfcf835a8925c23240a3a49311ca44:/compat.c diff --git a/compat.c b/compat.c index 72e0f99f..2f497007 100644 --- a/compat.c +++ b/compat.c @@ -17,7 +17,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* compatability routines for older rsync protocol versions */ +/** + * @file compat.c + * + * Compatibility routines for older rsync protocol versions. + **/ #include "rsync.h"