Eliminate rpmfcToken struct internals from the API
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Nov 2007 10:11:33 +0000 (12:11 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Nov 2007 10:11:33 +0000 (12:11 +0200)
build/rpmfc.c
build/rpmfc.h

index ec6baff..2cf48d8 100644 (file)
@@ -51,6 +51,12 @@ struct rpmfc_s {
 
 };
 
+/**
+ */
+struct rpmfcTokens_s {
+    const char * token;
+    int colors;
+};  
 
 /**
  */
index c77faa9..5a2a343 100644 (file)
@@ -62,13 +62,6 @@ typedef      enum FCOLOR_e FCOLOR_t;
 
 /**
  */
-struct rpmfcTokens_s {
-    const char * token;
-    int colors;
-};
-
-/**
- */
 typedef struct rpmfcTokens_s * rpmfcToken;
 
 /**