summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-16 10:56:45 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-16 10:56:45 +0000
commitb04a4e65cae6d0fc9e4403b6147db36556d68159 (patch)
treeb708e7ead946492d2e7affe17fd57777d1b3e48f /src/modules
parent3b803e7168a92bbc4c43e47a1db64bce1513ca8b (diff)
rename module-rtp-monitor to module-rtp-send
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@726 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/rtp/module-rtp-send.c (renamed from src/modules/rtp/module-rtp-monitor.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/rtp/module-rtp-monitor.c b/src/modules/rtp/module-rtp-send.c
index f91849ee..d692cd1d 100644
--- a/src/modules/rtp/module-rtp-monitor.c
+++ b/src/modules/rtp/module-rtp-send.c
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
/***
This file is part of polypaudio.
@@ -43,7 +43,7 @@
#include <polypcore/modargs.h>
#include <polypcore/namereg.h>
-#include "module-rtp-monitor-symdef.h"
+#include "module-rtp-send-symdef.h"
#include "rtp.h"
#include "sdp.h"