[vlc-devel] Small patch to sap.c for gcc 3.4.2
Dermot McGahon
dermot at dspsrv.com
Fri Dec 17 16:02:19 CET 2004
Index: modules/services_discovery/sap.c
===================================================================
--- modules/services_discovery/sap.c (revision 9592)
+++ modules/services_discovery/sap.c (working copy)
@@ -230,6 +230,7 @@
/* Main parsing functions */
static int ParseConnection( vlc_object_t *p_obj, sdp_t *p_sdp );
static int ParseSAP( services_discovery_t *p_sd, uint8_t *p_buffer,
int i_read );
+ static void FreeSDP( sdp_t *p_sdp );
static sdp_t * ParseSDP( vlc_object_t *p_sd, char* psz_sdp );
static sap_announce_t *CreateAnnounce( services_discovery_t *,
uint16_t, sdp_t * );
static int RemoveAnnounce( services_discovery_t *p_sd, sap_announce_t
*p_announce );
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list