summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/signal_utarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libaxolotl/src/signal_utarray.h')
-rw-r--r--libs/libaxolotl/src/signal_utarray.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/libaxolotl/src/signal_utarray.h b/libs/libaxolotl/src/signal_utarray.h
new file mode 100644
index 0000000000..682fc0f0bf
--- /dev/null
+++ b/libs/libaxolotl/src/signal_utarray.h
@@ -0,0 +1,13 @@
+#ifndef SIGNAL_UTARRAY_H
+#define SIGNAL_UTARRAY_H
+
+#include "signal_protocol.h"
+
+#define oom() do { \
+ result = SG_ERR_NOMEM; \
+ goto complete; \
+} while(0)
+
+#include "utarray.h"
+
+#endif /* SIGNAL_UTARRAY_H */