From: Andreas Eversberg Date: Fri, 10 Aug 2012 07:58:36 +0000 (+0200) Subject: Removed obsolete definition of media_type2name() from sip.h X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=72dada9cd5b80ac8be224f1a0e187f559f51a7e2 Removed obsolete definition of media_type2name() from sip.h --- diff --git a/sip.h b/sip.h index 6d62cff..dbb311c 100644 --- a/sip.h +++ b/sip.h @@ -66,7 +66,6 @@ class Psip : public Port void rtp_shutdown(void); }; -const char *media_type2name(uint8_t media_type); int sip_init_inst(struct interface *interface); void sip_exit_inst(struct interface *interface); int sip_init(void);