summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/ntp_signd.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-28 15:47:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-28 15:47:27 +1000
commit93d2f8ff9e627dd915b90b77161ce3ee5473fa32 (patch)
tree6d7a89ec129129eb6066df5dc8485585ad08e57e /source4/librpc/idl/ntp_signd.idl
parent6bfdc74b92600b201b39ac39749e754208d2affc (diff)
downloadsamba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.tar.gz
samba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.tar.bz2
samba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.zip
Try adding a stub to fix the build
(This used to be commit a529c377ae7a4a70a99d60b7817a751ab4fdd551)
Diffstat (limited to 'source4/librpc/idl/ntp_signd.idl')
-rw-r--r--source4/librpc/idl/ntp_signd.idl6
1 files changed, 6 insertions, 0 deletions
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