From 42e0ce5b430ac5e36c0d21bdddcaf1fe83e025f5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Jan 2006 00:04:30 +0000 Subject: Add definitions for Apple Agent --- src/sdp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sdp.c b/src/sdp.c index da83c23e..0421e699 100644 --- a/src/sdp.c +++ b/src/sdp.c @@ -190,6 +190,7 @@ static struct tupla ServiceClass[] = { { VIDEO_SOURCE_SVCLASS_ID, "Video Source" }, { VIDEO_SINK_SVCLASS_ID, "Video Sink" }, { VIDEO_DISTRIBUTION_SVCLASS_ID, "Video Distribution" }, + { APPLE_AGENT_SVCLASS_ID, "Apple Agent" }, { 0 } }; -- cgit