From 4020ee614cfe248010764028902d80b4a9091f7d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 26 Apr 2014 20:30:05 +0200 Subject: Revise shell command API --- src/fastd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastd.h') 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); }; -- cgit v1.2.3