summaryrefslogtreecommitdiff
path: root/src/fmtmsg/fmtmsg.c
blob: 2a94fe1956ecdae2eb74924ee8133a7dbea3600f (plain)
1
2
3
4
5
6
7
8
9
10
#include <fmtmsg.h>

int fmtmsg(long classification, const char * label, int severity, const char * text, const char * action, const char * tag)
{
	return 0;
}

/*
XOPEN(400)
*/