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 6af5dfc..ec949c6 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;
 }