=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/extern.h,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/rsync/extern.h 2021/03/22 11:14:42 1.35 +++ src/usr.bin/rsync/extern.h 2021/03/31 19:45:16 1.36 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.35 2021/03/22 11:14:42 claudio Exp $ */ +/* $Id: extern.h,v 1.36 2021/03/31 19:45:16 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -115,6 +115,7 @@ int del; /* --delete */ int devices; /* --devices */ int specials; /* --specials */ + int no_motd; /* --no-motd */ int numeric_ids; /* --numeric-ids */ int one_file_system; /* -x */ char *rsync_path; /* --rsync-path */