abouttreesummaryrefslogcommitdiff
path: root/src/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/matrix.h')
-rw-r--r--src/matrix.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/matrix.h b/src/matrix.h
index d61c59b..5f53e0e 100644
--- a/src/matrix.h
+++ b/src/matrix.h
@@ -6,18 +6,7 @@
#include <olm/olm.h>
-
-
-
-
-typedef struct FixedBuffer {
- void * ptr;
- int size;
- int len;
-} FixedBuffer;
-
-FixedBuffer
-FixedBuf(const char * str);
+#include "fixedbuffer.h"