Handle uchar and short as a function return type.
authorWayne Davison <wayned@samba.org>
Fri, 18 Feb 2005 20:16:59 +0000 (20:16 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 18 Feb 2005 20:16:59 +0000 (20:16 +0000)
mkproto.awk

index ec949c6..cf21dd7 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|^const/ {
+!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^struct|^BOOL|^void|^time|^const/ {
   next;
 }