mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
pidl: Add prototype for init function in pidl-generated Python bindings.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user