summaryrefslogtreecommitdiff
path: root/src/machid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/machid.h')
-rw-r--r--src/machid.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/machid.h b/src/machid.h
new file mode 100644
index 0000000..6aa972b
--- /dev/null
+++ b/src/machid.h
@@ -0,0 +1,10 @@
+#ifndef _JIO_MACHID_H
+#define _JIO_MACHID_H
+
+#include "thunk.h"
+
+typedef struct iou_t iou_t;
+
+THUNK_DECLARE(machid_get, iou_t *, iou, char **, res_ptr, thunk_t *, closure);
+
+#endif
© All Rights Reserved