summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-06-01 22:04:00 +1000
committerAndrew Tridgell <tridge@samba.org>2009-06-01 22:04:00 +1000
commit50043177e842f791d33b52c1fca8be13682a0e0b (patch)
treee58cffe7a9f9320363ac15ef74aa8809dc63f2e4 /source4
parent73c8566d957af8c823a48912b66aae71b002259b (diff)
parent05be1cc717b4b35e0a78806330a7deaee89663e3 (diff)
downloadsamba-50043177e842f791d33b52c1fca8be13682a0e0b.tar.gz
samba-50043177e842f791d33b52c1fca8be13682a0e0b.tar.bz2
samba-50043177e842f791d33b52c1fca8be13682a0e0b.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/mkproto.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl
index e1b790d41d..59307881c4 100755
--- a/source4/script/mkproto.pl
+++ b/source4/script/mkproto.pl
@@ -206,7 +206,7 @@ sub process_file($$$)
void|bool|int|struct|char|const|\w+_[tT]\s|uint|unsigned|long|NTSTATUS|
ADS_STATUS|enum\s.*\(|DATA_BLOB|WERROR|XFILE|FILE|DIR|
double|TDB_CONTEXT|TDB_DATA|TALLOC_CTX|NTTIME|FN_|init_module|
- GtkWidget|GType|smb_ucs2_t|krb5_error_code)
+ GtkWidget|GType|smb_ucs2_t|krb5_error_code|NET_API_STATUS)
/xo);
next if ($line =~ /^int\s*main/);