summaryrefslogtreecommitdiff
path: root/multimedia/libnms/patches/patch-rtsp_rtsp__get__rtp__th.c
blob: 5bb9745b980e7fdaa5cf24dba382372ab9b15814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-rtsp_rtsp__get__rtp__th.c,v 1.1 2012/10/26 20:41:45 joerg Exp $

--- rtsp/rtsp_get_rtp_th.c.orig	2012-10-26 16:07:36.000000000 +0000
+++ rtsp/rtsp_get_rtp_th.c
@@ -28,7 +28,7 @@
 
 #include <nemesi/rtsp.h>
 
-inline rtp_thread *rtsp_get_rtp_th(rtsp_ctrl * rtsp_ctl)
+rtp_thread *rtsp_get_rtp_th(rtsp_ctrl * rtsp_ctl)
 {
 	return ((rtsp_thread *) rtsp_ctl)->rtp_th;
 }