summaryrefslogtreecommitdiff
path: root/src/machid.h
blob: 6aa972b796442db1cb3ffbbc85ee30e1f94822f7 (plain)
1
2
3
4
5
6
7
8
9
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