summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index f12d036..838ce94 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -70,7 +70,7 @@ struct fastd_protocol {
void (*generate_key)(void);
void (*show_key)(void);
- void (*set_shell_env)(const fastd_peer_t *peer);
+ void (*set_shell_env)(fastd_shell_env_t *env, const fastd_peer_t *peer);
bool (*describe_peer)(const fastd_peer_t *peer, char *buf, size_t len);
};