diff options
Diffstat (limited to 'attr.h')
| -rw-r--r-- | attr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -190,6 +190,8 @@ struct attr_check { }; struct attr_check *attr_check_alloc(void); + +LAST_ARG_MUST_BE_NULL struct attr_check *attr_check_initl(const char *, ...); struct attr_check *attr_check_dup(const struct attr_check *check); |
