Adding bridge between protocol handlers (ports)
[lcr.git] / vbox.h
diff --git a/vbox.h b/vbox.h
index dd9d4aa..69cf83c 100644 (file)
--- a/vbox.h
+++ b/vbox.h
@@ -18,6 +18,8 @@ class VBoxPort : public Port
        int message_epoint(unsigned int epoint_id, int message, union parameter *param);
        void send_announcement(void);
 
+       int bridge_rx(unsigned char *data, int len);
+
        private:
        struct EndpointAppPBX *p_vbox_apppbx;           /* pbx application */
        unsigned int p_vbox_timeout;                    /* timeout for recording */