From: RĂ©mi Denis-Courmont Date: Sun, 12 Oct 2008 13:57:31 +0000 (+0300) Subject: Cosmetic X-Git-Tag: 1.0.0-pre1~2548 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b815d93deb11e0f949705005a7458013527d51ce;p=vlc Cosmetic --- diff --git a/include/vlc_common.h b/include/vlc_common.h index c4b4f4e758..649553b48f 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 4162aa169c..92b57d4e65 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;