diff options
Diffstat (limited to 'xs_tools.h')
-rw-r--r-- | xs_tools.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xs_tools.h b/xs_tools.h new file mode 100644 index 0000000..047563b --- /dev/null +++ b/xs_tools.h @@ -0,0 +1,4 @@ +struct xs_handle * xenstore_open(int daemon, int domain, + int readonly_ok, int verbose); +int xenstore_read(struct xs_handle *xenstore, char *path, + char *dst, size_t size); |