libsignal-protocol-c  master
signal_utarray.h
1 #ifndef SIGNAL_UTARRAY_H
2 #define SIGNAL_UTARRAY_H
3 
4 #include "signal_protocol.h"
5 
6 #define oom() do { \
7  result = SG_ERR_NOMEM; \
8  goto complete; \
9 } while(0)
10 
11 #include "utarray.h"
12 
13 #endif /* SIGNAL_UTARRAY_H */