[vlc-devel] commit: Cosmetic ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 12 15:58:12 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 12 16:57:31 2008 +0300| [b815d93deb11e0f949705005a7458013527d51ce] | committer: Rémi Denis-Courmont
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b815d93deb11e0f949705005a7458013527d51ce
---
include/vlc_common.h | 3 ---
include/vlc_messages.h | 1 +
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index c4b4f4e..649553b 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -143,9 +143,6 @@ typedef struct date_t date_t;
typedef struct dict_entry_t dict_entry_t;
typedef struct dict_t dict_t;
-/* Messages */
-typedef struct msg_subscription_t msg_subscription_t;
-
/* Playlist */
/* FIXME */
diff --git a/include/vlc_messages.h b/include/vlc_messages.h
index 4162aa1..92b57d4 100644
--- a/include/vlc_messages.h
+++ b/include/vlc_messages.h
@@ -70,6 +70,7 @@ typedef struct
/**
* Used by interface plugins which subscribe to the message bank.
*/
+typedef struct msg_subscription_t msg_subscription_t;
struct msg_subscription_t
{
int i_start;
More information about the vlc-devel
mailing list