summaryrefslogtreecommitdiff
path: root/include/asterisk/datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/datastore.h')
-rw-r--r--include/asterisk/datastore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/datastore.h b/include/asterisk/datastore.h
index 5f7e52348..9060a5f82 100644
--- a/include/asterisk/datastore.h
+++ b/include/asterisk/datastore.h
@@ -63,6 +63,7 @@ struct ast_datastore {
* \brief Create a data store object
* \param[in] info information describing the data store object
* \param[in] uid unique identifer
+ * \param file, line, function
* \version 1.6.1 moved here and renamed from ast_channel_datastore_alloc
*/
struct ast_datastore * attribute_malloc __ast_datastore_alloc(const struct ast_datastore_info *info, const char *uid,