summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 731ee8c..ac27905 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -81,6 +81,7 @@ struct fastd_protocol {
void (*generate_key)(fastd_context_t *ctx);
void (*show_key)(fastd_context_t *ctx);
+ void (*set_shell_env)(fastd_context_t *ctx, const fastd_peer_t *peer);
};
struct fastd_method {