]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Allow function return values to start with "const".
authorWayne Davison <wayned@samba.org>
Thu, 1 Jan 2004 21:10:50 +0000 (21:10 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 1 Jan 2004 21:10:50 +0000 (21:10 +0000)
mkproto.awk

index 6af5dfc3ef99e347a19e3837cdfdf9f05afbe170..ec949c676f3d97c4f10427eb62152329f4bec99f 100644 (file)
@@ -58,7 +58,7 @@ BEGIN {
   next;
 }
 
-!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
+!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^const/ {
   next;
 }