summaryrefslogtreecommitdiff
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/parking.h')
-rw-r--r--include/asterisk/parking.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index 176eddb04..9418916a2 100644
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -78,18 +78,6 @@ struct ast_parked_call_payload *ast_parked_call_payload_create(enum ast_parked_c
unsigned int parkingspace, unsigned long int timeout, unsigned long int duration);
/*!
- * \brief initialize parking stasis types
- * \since 12
- */
-void ast_parking_stasis_init(void);
-
-/*!
- * \brief disable parking stasis types
- * \since 12
- */
-void ast_parking_stasis_disable(void);
-
-/*!
* \brief accessor for the parking stasis topic
* \since 12
*