Blob Blame History Raw
#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