diff options
author | Thomas Haller <thaller@redhat.com> | 2017-02-27 11:17:22 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-02-27 13:01:22 (GMT) |
commit | 5d4a545dec75669f062cfad71b6e61c5536842df (patch) | |
tree | 33c4998d7623de6e923d50f052b00aa035862890 /tests/util.h | |
parent | 2435d7be0d1b21e77a23fde61685dd9a9e617bcf (diff) | |
download | libnl-5d4a545dec75669f062cfad71b6e61c5536842df.zip libnl-5d4a545dec75669f062cfad71b6e61c5536842df.tar.gz libnl-5d4a545dec75669f062cfad71b6e61c5536842df.tar.bz2 |
all: enable -Wmissing-prototype warning for all components
Diffstat (limited to 'tests/util.h')
-rw-r--r-- | tests/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/util.h b/tests/util.h index c675383..cd383ef 100644 --- a/tests/util.h +++ b/tests/util.h @@ -3,3 +3,7 @@ #define nl_fail_if(condition, error, message) \ fail_if((condition), "nlerr=%d (%s): %s", \ (error), nl_geterror(error), (message)) + +Suite *make_nl_attr_suite(void); +Suite *make_nl_addr_suite(void); + |