build: even more pedantic elimination :)
authorJanos Kovacs <jankovac503@gmail.com>
Wed, 23 May 2012 15:54:10 +0000 (18:54 +0300)
committerJanos Kovacs <jankovac503@gmail.com>
Wed, 23 May 2012 15:54:10 +0000 (18:54 +0300)
src/dbusif.c
src/utils.c

index e6d1a3f..419b656 100644 (file)
@@ -59,7 +59,7 @@ struct pending {
     void             *data;
 };
 
-typedef struct pa_policy_dbusif {
+struct pa_policy_dbusif {
     pa_dbus_connection *conn;
     char               *ifnam;    /* signal interface */
     char               *mrppath;  /* murphy signal path */
@@ -75,7 +75,7 @@ typedef struct pa_policy_dbusif {
     int                 mregist;  /* are we registered to murphy */
     int                 amisup;   /* is the audio manager up */
     PA_LLIST_HEAD(struct pending, pendlist);
-} pa_policy_dbusif;
+};
 
 
 
index 472528c..ea5b133 100644 (file)
 
 #define DEFAULT_NULL_SINK_NAME "null.mir"
 
-typedef struct pa_null_sink {
+struct pa_null_sink {
     char      *name;
     uint32_t   module_index;
     uint32_t   sink_index;
-} pa_null_sink;
+};
 
 
 static uint32_t stamp;