summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/dial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/dial.h b/include/asterisk/dial.h
index eec5bb238..525f425a0 100644
--- a/include/asterisk/dial.h
+++ b/include/asterisk/dial.h
@@ -142,7 +142,7 @@ int ast_dial_option_disable(struct ast_dial *dial, int num, enum ast_dial_option
* \param callback the callback
* \return nothing
*/
-void ast_set_state_callback(struct ast_dial *dial, ast_dial_state_callback callback);
+void ast_dial_set_state_callback(struct ast_dial *dial, ast_dial_state_callback callback);
#if defined(__cplusplus) || defined(c_plusplus)
}