summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index cd6dbb2..5ea4260 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -71,6 +71,8 @@ struct _fastd_protocol {
void (*send)(fastd_context *ctx, fastd_peer *peer, fastd_buffer buffer);
void (*free_peer_state)(fastd_context *ctx, fastd_peer *peer);
+
+ void (*generate_key)(fastd_context *ctx);
};
struct _fastd_config {