SIP: Fix incoming re-invite
[lcr.git] / appbridge.h
index 2e4ea06..bfad94d 100644 (file)
@@ -26,7 +26,6 @@ class EndpointAppBridge : public EndpointApp
        void port_release(struct port_list *portlist, int message_type, union parameter *param);
        void port_other(struct port_list *portlist, int message_type, union parameter *param);
        void ea_message_port(unsigned int port_id, int message, union parameter *param);
-       struct interface *hunt_interface(char *ifname);
 
        void trace_header(const char *name, int direction);
 };