summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-26 23:11:36 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-26 23:11:36 +0000
commit3332a8acd19e3ef6e0fb71ff38e5ab1187f9c1ea (patch)
tree3daabf628fa6034d2213644799cc8dedace8fd20 /include/asterisk/devicestate.h
parent5187de9ab6e5abc33ee6de4c4b16dbd3e3a5a7a7 (diff)
clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/devicestate.h')
-rwxr-xr-xinclude/asterisk/devicestate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index 49efcc10a..e41b9ee27 100755
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -87,6 +87,7 @@ int ast_device_state_changed(const char *fmt, ...)
int ast_device_state_changed_literal(const char *device);
/*! \brief Registers a device state change callback
+ * \param callback Callback
* \param data to pass to callback
* The callback is called if the state for extension is changed
* Return -1 on failure, ID on success