1 2 3 4 5 6 7 8 9 10
#ifndef SLIBTOOL_OBJLIST_IMPL_H #define SLIBTOOL_OBJLIST_IMPL_H #include "slibtool_driver_impl.h" int slbt_objlist_read( int fdcwd, struct slbt_obj_list * objlist); #endif