1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r18478: Add missing declaration for status.

This commit is contained in:
Jelmer Vernooij 2006-09-13 15:54:08 +00:00 committed by Gerald (Jerry) Carter
parent 4e2f200424
commit 64909a0d69

View File

@ -35,6 +35,7 @@ sub ParseFunction($$)
indent;
pidl "struct ndr_pull *pull;";
pidl "struct ndr_push *push;";
pidl "NTSTATUS status;";
pidl "DATA_BLOB blob;";
pidl "struct $fn->{NAME} r;";
pidl "TALLOC_CTX *mem_ctx = talloc_init(\"api_$fn->{NAME}\");";