mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
these functions never should have been non-static or in a header file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -63,8 +63,4 @@ int ast_monitor_pause(struct ast_channel *chan);
|
||||
/* Unpause monitoring of a channel */
|
||||
int ast_monitor_unpause(struct ast_channel *chan);
|
||||
|
||||
int pause_monitor_exec(struct ast_channel *chan, void *data);
|
||||
|
||||
int unpause_monitor_exec(struct ast_channel *chan, void *data);
|
||||
|
||||
#endif /* _ASTERISK_MONITOR_H */
|
||||
|
Reference in New Issue
Block a user