shithub: npe

ref: cbf06cb5d57dcf1c8fbe27090b9002479c47b92c
dir: /libnpe/fts_set.c/

View raw version
#include <fts.h>

int
fts_set(FTS *f, FTSENT *fe, int instr)
{
	/* FIXME */
	USED(f, fe, instr);

	return -1;
}