Make struct nl_object public, NLHDR_COMMON has been public anyway
This commit is contained in:
parent
59c3474b3d
commit
ae5dfb1cc7
2 changed files with 6 additions and 5 deletions
|
@ -101,11 +101,6 @@ struct nl_parser_param;
|
|||
|
||||
#define NL_OBJ_MARK 1
|
||||
|
||||
struct nl_object
|
||||
{
|
||||
NLHDR_COMMON
|
||||
};
|
||||
|
||||
struct nl_data
|
||||
{
|
||||
size_t d_size;
|
||||
|
|
|
@ -190,6 +190,12 @@ extern "C" {
|
|||
int ce_flags; \
|
||||
uint32_t ce_mask;
|
||||
|
||||
struct nl_object
|
||||
{
|
||||
NLHDR_COMMON
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Return true if attribute is available in both objects
|
||||
* @arg A an object
|
||||
|
|
Loading…
Add table
Reference in a new issue