From da761883608d20798c66a2e9243240bb6142b024 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 25 Feb 2013 05:26:45 +0100 Subject: Add public keys to shell environment --- src/fastd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.h') 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 { -- cgit v1.2.3