From 8dcb6239af36f8018cc3b18a2159c13d74289b7c Mon Sep 17 00:00:00 2001 From: aaknitt Date: Tue, 30 Nov 2021 22:05:05 -0600 Subject: [PATCH] Update PLUGIN-SYSTEM.md --- docs/notes/PLUGIN-SYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/PLUGIN-SYSTEM.md b/docs/notes/PLUGIN-SYSTEM.md index 02afce690..17199e5bc 100644 --- a/docs/notes/PLUGIN-SYSTEM.md +++ b/docs/notes/PLUGIN-SYSTEM.md @@ -29,7 +29,7 @@ Plugins can *optionally* implement the following methods, based on usage, or set * `call_start(plugin_t * const plugin, Call *call)` * Called when a new call is starting. -* `call_end(plugin_t * const plugin, Call *call)` +* `call_end(plugin_t * const plugin, Call_Data_t call_info)` * Called when a call has ended. * `setup_recorder(plugin_t * const plugin, Recorder *recorder)`