summaryrefslogtreecommitdiffstats
path: root/rfc2045/rfc2045enomem.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc2045/rfc2045enomem.c')
-rw-r--r--rfc2045/rfc2045enomem.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/rfc2045/rfc2045enomem.c b/rfc2045/rfc2045enomem.c
new file mode 100644
index 0000000..e8d100f
--- /dev/null
+++ b/rfc2045/rfc2045enomem.c
@@ -0,0 +1,9 @@
+#if HAVE_CONFIG_H
+#include "rfc2045_config.h"
+#endif
+#include "rfc2045.h"
+
+void rfc2045_enomem()
+{
+ rfc2045_error("Out of memory.");
+}