summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorSuper User2007-08-11 10:12:10 +0200
committerSuper User2007-08-11 10:12:10 +0200
commit0a0643e3a561de5f34927ea80c2bd0ce6405fd3c (patch)
tree636f59202db625704b49a6148b2d0a2374714a44 /apppbx.h
parentsome minor fixes (diff)
downloadlcr-0a0643e3a561de5f34927ea80c2bd0ce6405fd3c.tar.gz
lcr-0a0643e3a561de5f34927ea80c2bd0ce6405fd3c.tar.xz
lcr-0a0643e3a561de5f34927ea80c2bd0ce6405fd3c.zip
fixes, debugging for usleep problems.
Diffstat (limited to 'apppbx.h')
-rw-r--r--apppbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apppbx.h b/apppbx.h
index 43404f9..8d5c52c 100644
--- a/apppbx.h
+++ b/apppbx.h
@@ -214,7 +214,7 @@ class EndpointAppPBX : public EndpointApp
void join_proceeding(struct port_list *portlist, int message_type, union parameter *param);
void join_alerting(struct port_list *portlist, int message_type, union parameter *param);
void join_connect(struct port_list *portlist, int message_type, union parameter *param);
- void join_disconnect_release(struct port_list *portlist, int message_type, union parameter *param);
+ void join_disconnect_release(int message_type, union parameter *param);
void join_notify(struct port_list *portlist, int message_type, union parameter *param);
void join_facility(struct port_list *portlist, int message_type, union parameter *param);