[libdmapsharing] Move "struct MLCL_Bits" to dmap-share.h to prepare to refactor Signed-off-by: W. Michael Petullo <mi
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Move "struct MLCL_Bits" to dmap-share.h to prepare to refactor Signed-off-by: W. Michael Petullo <mi
- Date: Sun, 20 Mar 2011 00:11:27 +0000 (UTC)
commit 265541349a6345d5d0e66456dd34a22b4826d2c3
Author: W. Michael Petullo <mike flyn org>
Date: Sat Mar 19 18:09:25 2011 -0500
Move "struct MLCL_Bits" to dmap-share.h to prepare to refactor
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dmap-record.h | 6 ------
libdmapsharing/dmap-share.h | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libdmapsharing/dmap-record.h b/libdmapsharing/dmap-record.h
index 800e069..4832d43 100644
--- a/libdmapsharing/dmap-record.h
+++ b/libdmapsharing/dmap-record.h
@@ -71,12 +71,6 @@ struct _DMAPRecordIface
typedef unsigned long long bitwise;
-struct MLCL_Bits
-{
- GNode *mlcl;
- bitwise bits;
-};
-
typedef enum
{
DMAP_MEDIA_KIND_MUSIC = 1,
diff --git a/libdmapsharing/dmap-share.h b/libdmapsharing/dmap-share.h
index 8cda7e2..c230598 100644
--- a/libdmapsharing/dmap-share.h
+++ b/libdmapsharing/dmap-share.h
@@ -170,6 +170,12 @@ struct DMAPMetaDataMap
guint md;
};
+struct MLCL_Bits
+{
+ GNode *mlcl;
+ bitwise bits;
+};
+
GType dmap_share_get_type (void);
/* Non-virtual methods */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]