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 806beb7..834fa39 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -69,6 +69,8 @@ struct _fastd_method {
void (*handle_recv)(fastd_context *ctx, fastd_peer *peer, fastd_buffer buffer);
void (*send)(fastd_context *ctx, fastd_peer *peer, fastd_buffer buffer);
+
+ void (*free_peer_private)(fastd_context *ctx, fastd_peer *peer);
};
struct _fastd_config {