summaryrefslogtreecommitdiff
path: root/res/parking/res_parking.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/parking/res_parking.h')
-rw-r--r--res/parking/res_parking.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/parking/res_parking.h b/res/parking/res_parking.h
index b128ee335..78ad9117d 100644
--- a/res/parking/res_parking.h
+++ b/res/parking/res_parking.h
@@ -214,8 +214,11 @@ void parked_call_retrieve_enable_features(struct ast_channel *chan, struct parki
* \param chan Entering channel
* \param lot The parking lot the channel will be entering
* \param force_ringing Use ringing instead of music on hold
+ *
+ * \retval 0 on success
+ * \retval non-zero on failure
*/
-void parking_channel_set_roles(struct ast_channel *chan, struct parking_lot *lot, int force_ringing);
+int parking_channel_set_roles(struct ast_channel *chan, struct parking_lot *lot, int force_ringing);
/*!
* \since 12.0.0