diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 05:26:45 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 05:26:45 +0100 |
commit | da761883608d20798c66a2e9243240bb6142b024 (patch) | |
tree | b7a5d3cf9c724a43761ee30373cb5e617a00f8cc /src/fastd.h | |
parent | 0b6cc8b646d4824658e1534d4bbebe62d47b5695 (diff) | |
download | fastd-da761883608d20798c66a2e9243240bb6142b024.tar fastd-da761883608d20798c66a2e9243240bb6142b024.zip |
Add public keys to shell environment
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
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 { |