Blame src/internal/slibtool_objlist_impl.h

a126a7
#ifndef SLIBTOOL_OBJLIST_IMPL_H
a126a7
#define SLIBTOOL_OBJLIST_IMPL_H
a126a7
a126a7
#include "slibtool_driver_impl.h"
a126a7
a126a7
int slbt_objlist_read(
a126a7
	int                    fdcwd,
a126a7
	struct slbt_obj_list * objlist);
a126a7
a126a7
#endif