Blame src/arbits/output/slbt_au_output_dlsyms.c

36c203
/*******************************************************************/
eac61a
/*  slibtool: a strong libtool implementation, written in C        */
36c203
/*  Copyright (C) 2016--2024  SysDeer Technologies, LLC            */
36c203
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
36c203
/*******************************************************************/
36c203
36c203
#include <slibtool/slibtool.h>
36c203
36c203
int slbt_au_output_dlsyms(struct slbt_archive_ctx ** arctxv, const char * dlunit)
36c203
{
36c203
	return slbt_ar_create_dlsyms(arctxv,dlunit,0,0);
36c203
}