Try adding a stub to fix the build
authorAndrew Bartlett <abartlet@samba.org>
Wed, 28 May 2008 05:47:27 +0000 (15:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 28 May 2008 05:47:27 +0000 (15:47 +1000)
source/librpc/idl/ntp_signd.idl

index d94a0a35d92d7dab03951d886c5f87b8a73e5547..af3f4337e25e66b7c0d7876e8f8c41ec23b75123 100644 (file)
@@ -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