From b815d93deb11e0f949705005a7458013527d51ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 12 Oct 2008 16:57:31 +0300 Subject: [PATCH] Cosmetic --- include/vlc_common.h | 3 --- include/vlc_messages.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.2