summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-02-25 05:26:45 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-02-25 05:26:45 +0100
commitda761883608d20798c66a2e9243240bb6142b024 (patch)
treeb7a5d3cf9c724a43761ee30373cb5e617a00f8cc /src/fastd.h
parent0b6cc8b646d4824658e1534d4bbebe62d47b5695 (diff)
downloadfastd-da761883608d20798c66a2e9243240bb6142b024.tar
fastd-da761883608d20798c66a2e9243240bb6142b024.zip
Add public keys to shell environment
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 {