Eliminate rpmfcToken struct internals from the API
This commit is contained in:
parent
0781adb1cb
commit
43b1952dc6
|
@ -51,6 +51,12 @@ struct rpmfc_s {
|
|||
|
||||
};
|
||||
|
||||
/**
|
||||
*/
|
||||
struct rpmfcTokens_s {
|
||||
const char * token;
|
||||
int colors;
|
||||
};
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue