git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f0b98
)
Try adding a stub to fix the build
author
Andrew Bartlett
<abartlet@samba.org>
Wed, 28 May 2008 05:47:27 +0000
(15:47 +1000)
committer
Andrew Bartlett
<abartlet@samba.org>
Wed, 28 May 2008 05:47:27 +0000
(15:47 +1000)
source/librpc/idl/ntp_signd.idl
patch
|
blob
|
history
diff --git
a/source/librpc/idl/ntp_signd.idl
b/source/librpc/idl/ntp_signd.idl
index d94a0a35d92d7dab03951d886c5f87b8a73e5547..af3f4337e25e66b7c0d7876e8f8c41ec23b75123 100644
(file)
--- a/
source/librpc/idl/ntp_signd.idl
+++ b/
source/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