Blame src/arbits/output/slbt_au_output_mapfile.c

551fc3
/*******************************************************************/
eac61a
/*  slibtool: a strong libtool implementation, written in C        */
551fc3
/*  Copyright (C) 2016--2024  SysDeer Technologies, LLC            */
551fc3
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
551fc3
/*******************************************************************/
551fc3
551fc3
#include <slibtool/slibtool.h>
551fc3
551fc3
int slbt_au_output_mapfile(const struct slbt_archive_meta * meta)
551fc3
{
551fc3
	return slbt_ar_create_mapfile(meta,0,0);
551fc3
}