format properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-11-11 21:35:56 +00:00
parent 0543c58018
commit be93d86b48

View File

@@ -196,7 +196,7 @@ extern "C" {
void h323_send_tone(const char *call_token, char tone); void h323_send_tone(const char *call_token, char tone);
/* H323 create and destroy sessions */ /* 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 *); int h323_clear_call(const char *);
/* H.323 alerting and progress */ /* H.323 alerting and progress */