mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Try adding a stub to fix the build
This commit is contained in:
parent
a6f0b98311
commit
a529c377ae
@ -27,4 +27,10 @@ interface ntp_signd
|
||||
uint32 packet_id;
|
||||
[flag(NDR_REMAINING)] DATA_BLOB signed_packet;
|
||||
} signed_reply;
|
||||
|
||||
void decode_sign_requst(
|
||||
[in] sign_request request
|
||||
);
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user