1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

pidl: Add prototype for init function in pidl-generated Python bindings.

This commit is contained in:
Jelmer Vernooij
2010-12-17 21:58:16 +01:00
parent 455ef46785
commit bbab7ed8d9

View File

@ -1310,6 +1310,7 @@ sub Parse($$$$$)
$self->pidl("");
$self->pidl_hdr("void init$basename(void);");
$self->pidl("void init$basename(void)");
$self->pidl("{");
$self->indent;