summaryrefslogtreecommitdiff
path: root/agentfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'agentfwd.h')
-rw-r--r--agentfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agentfwd.h b/agentfwd.h
index e4a831c..113370c 100644
--- a/agentfwd.h
+++ b/agentfwd.h
@@ -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