Eliminate rpmfcToken struct internals from the API

This commit is contained in:
Panu Matilainen 2007-11-02 12:11:33 +02:00
parent 0781adb1cb
commit 43b1952dc6
2 changed files with 6 additions and 7 deletions

View File

@ -51,6 +51,12 @@ struct rpmfc_s {
};
/**
*/
struct rpmfcTokens_s {
const char * token;
int colors;
};
/**
*/

View File

@ -60,13 +60,6 @@ enum FCOLOR_e {
};
typedef enum FCOLOR_e FCOLOR_t;
/**
*/
struct rpmfcTokens_s {
const char * token;
int colors;
};
/**
*/
typedef struct rpmfcTokens_s * rpmfcToken;