Commit b815d93d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 497f8a00
...@@ -143,9 +143,6 @@ typedef struct date_t date_t; ...@@ -143,9 +143,6 @@ typedef struct date_t date_t;
typedef struct dict_entry_t dict_entry_t; typedef struct dict_entry_t dict_entry_t;
typedef struct dict_t dict_t; typedef struct dict_t dict_t;
/* Messages */
typedef struct msg_subscription_t msg_subscription_t;
/* Playlist */ /* Playlist */
/* FIXME */ /* FIXME */
......
...@@ -70,6 +70,7 @@ typedef struct ...@@ -70,6 +70,7 @@ typedef struct
/** /**
* Used by interface plugins which subscribe to the message bank. * Used by interface plugins which subscribe to the message bank.
*/ */
typedef struct msg_subscription_t msg_subscription_t;
struct msg_subscription_t struct msg_subscription_t
{ {
int i_start; int i_start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment