summaryrefslogtreecommitdiff
path: root/interop.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-11 22:48:25 -0500
committerPietro Gagliardi <[email protected]>2015-12-11 22:48:25 -0500
commit90669b9c7fb50b97c69798520faf49cc49a07920 (patch)
treeb1fe84a46a0f09d91ae6894df707a53ad81c086a /interop.h
parenteef149060f7306c7eccc8855dceee68ccd45026e (diff)
More work.
Diffstat (limited to 'interop.h')
-rw-r--r--interop.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/interop.h b/interop.h
deleted file mode 100644
index f45e69a..0000000
--- a/interop.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// 11 december 2015
-
-#ifndef __UI_INTEROP_H__
-#define __UI_INTEROP_H__
-
-#include <stdint.h>
-
-extern char *interopInit(void);
-extern void interopFreeStr(char *);
-extern void interopRun(void);
-extern void interopQuit(void);
-extern void interopQueueMain(uintptr_t);
-
-#endif