mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
format properly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -196,7 +196,7 @@ extern "C" {
|
||||
void h323_send_tone(const char *call_token, char tone);
|
||||
|
||||
/* H323 create and destroy sessions */
|
||||
int h323_make_call(char* dest, call_details_t *cd, call_options_t);
|
||||
int h323_make_call(char *dest, call_details_t *cd, call_options_t);
|
||||
int h323_clear_call(const char *);
|
||||
|
||||
/* H.323 alerting and progress */
|
||||
|
Reference in New Issue
Block a user