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)`