From 93d2f8ff9e627dd915b90b77161ce3ee5473fa32 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 May 2008 15:47:27 +1000 Subject: Try adding a stub to fix the build (This used to be commit a529c377ae7a4a70a99d60b7817a751ab4fdd551) --- source4/librpc/idl/ntp_signd.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/librpc/idl/ntp_signd.idl') diff --git a/source4/librpc/idl/ntp_signd.idl b/source4/librpc/idl/ntp_signd.idl index d94a0a35d9..af3f4337e2 100644 --- a/source4/librpc/idl/ntp_signd.idl +++ b/source4/librpc/idl/ntp_signd.idl @@ -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 + ); + + } \ No newline at end of file -- cgit