X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.h;h=5d6f253968d5992d6ac7d3402d3465e1afd542a3;hp=4147c515a1845763972b452f5cda57323c71836b;hb=d6866316df3f8f9456304af57999d03b9d762268;hpb=58afedec93e67db3600e2251d922fa3a4dbd7254 diff --git a/endpointapp.h b/endpointapp.h index 4147c51..5d6f253 100644 --- a/endpointapp.h +++ b/endpointapp.h @@ -23,6 +23,12 @@ class EndpointApp class Endpoint *ea_endpoint; virtual void ea_message_port(unsigned int port_id, int message, union parameter *param); virtual void ea_message_join(unsigned int join_id, int message, union parameter *param); + virtual void trace_header(const char *name, int direction); + +#ifdef WITH_MISDN + struct mISDNport *hunt_port(char *ifname, int *channel); +#endif + struct interface *hunt_interface(char *ifname); }; class EndpointApp *new_endpointapp(class Endpoint *epoint, int origin, int type);