summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_objlist_impl.h
blob: cb11d07e690586cffba69163fafd3ffa5d7d0fb0 (plain)
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