#include "test-lib.h" #include "trailer.h" struct contents { … }; static void t_trailer_iterator(const char *msg, size_t num_expected, struct contents *contents) { … } static void run_t_trailer_iterator(void) { … } int cmd_main(int argc UNUSED, const char **argv UNUSED) { … }