Look for public functions that return RETSIGTYPE.
authorWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 02:29:30 +0000 (02:29 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 02:29:30 +0000 (02:29 +0000)
mkproto.awk

index cf21dd7..9f8955d 100644 (file)
@@ -58,7 +58,7 @@ BEGIN {
   next;
 }
 
-!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^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|^RETSIGTYPE/ {
   next;
 }