diff options
author | kraxel <kraxel> | 2007-08-16 09:39:08 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-16 09:39:08 +0000 |
commit | c0502bd98529eb55e6f1aeb630c551071f648f09 (patch) | |
tree | da4c50825b640f1c3c82bed24be557a085ff7a10 /xs_tools.h | |
parent | dbe2e2d981739d80417288a57872d2e24c5acf1d (diff) | |
download | xenwatch-c0502bd98529eb55e6f1aeb630c551071f648f09.tar.gz |
cleanups
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); |