summaryrefslogtreecommitdiff
path: root/src/fmtmsg/fmtmsg.c
blob: 1c9eabb6de79fee3816a2c5e62912e08b55c5c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#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)
*/


#endif