diff agentfwd.h @ 844:68facbc41273

merge again
author Matt Johnston <matt@ucc.asn.au>
date Fri, 01 Nov 2013 00:19:25 +0800
parents f336d232fc63
children deed0571cacc
line wrap: on
line diff
--- a/agentfwd.h	Wed Oct 16 22:55:03 2013 +0800
+++ b/agentfwd.h	Fri Nov 01 00:19:25 2013 +0800
@@ -40,7 +40,7 @@
 /* client functions */
 void cli_load_agent_keys(m_list * ret_list);
 void agent_buf_sign(buffer *sigblob, sign_key *key, 
-    const unsigned char *data, unsigned int len);
+	buffer *data_buf);
 void cli_setup_agent(struct Channel *channel);
 
 #ifdef __hpux