diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-28 15:47:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-28 15:47:27 +1000 |
commit | 93d2f8ff9e627dd915b90b77161ce3ee5473fa32 (patch) | |
tree | 6d7a89ec129129eb6066df5dc8485585ad08e57e | |
parent | 6bfdc74b92600b201b39ac39749e754208d2affc (diff) | |
download | samba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.tar.gz samba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.tar.bz2 samba-93d2f8ff9e627dd915b90b77161ce3ee5473fa32.zip |
Try adding a stub to fix the build
(This used to be commit a529c377ae7a4a70a99d60b7817a751ab4fdd551)
-rw-r--r-- | source4/librpc/idl/ntp_signd.idl | 6 |
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 |