summaryrefslogtreecommitdiffstats
path: root/rfc2045/rfc2045enomem.c
blob: e8d100f620fb3c13f7c37d5bc596b1708ca04930 (plain)
1
2
3
4
5
6
7
8
9
#if	HAVE_CONFIG_H
#include       "rfc2045_config.h"
#endif
#include	"rfc2045.h"

void rfc2045_enomem()
{
	rfc2045_error("Out of memory.");
}