[asterisk-commits] file: trunk r79988 - /trunk/channels/chan_h323.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 19 19:37:12 CDT 2007
Author: file
Date: Sun Aug 19 19:37:12 2007
New Revision: 79988
URL: http://svn.digium.com/view/asterisk?view=rev&rev=79988
Log:
Fix building of trunk. I'm doing work on a Sunday night just to avoid watching Snakes on a Plane which my roommate is watching.
Modified:
trunk/channels/chan_h323.c
Modified: trunk/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_h323.c?view=diff&rev=79988&r1=79987&r2=79988
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Sun Aug 19 19:37:12 2007
@@ -236,6 +236,10 @@
static int restart_monitor(void);
static int h323_do_reload(void);
+static void delete_users(void);
+static void delete_aliases(void);
+static void prune_peers(void);
+
static struct ast_channel *oh323_request(const char *type, int format, void *data, int *cause);
static int oh323_digit_begin(struct ast_channel *c, char digit);
static int oh323_digit_end(struct ast_channel *c, char digit, unsigned int duration);
More information about the asterisk-commits
mailing list