diff options
-rw-r--r-- | source4/script/mkproto.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl index d30d5707a9..227c7c0dce 100644 --- a/source4/script/mkproto.pl +++ b/source4/script/mkproto.pl @@ -73,6 +73,8 @@ sub process_file($) ^GtkWidget|^GType|^smb_ucs2_t /xo); + next if ($line =~ /^int\s*main/); + if ($line =~ /^FN_/) { handle_loadparm($line); next; |