aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/lib/xs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap/lib/xs_api.h')
-rw-r--r--tools/blktap/lib/xs_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/blktap/lib/xs_api.h b/tools/blktap/lib/xs_api.h
index c4183a2dde..34430dcc48 100644
--- a/tools/blktap/lib/xs_api.h
+++ b/tools/blktap/lib/xs_api.h
@@ -42,7 +42,7 @@ int xs_gather(struct xs_handle *xs, const char *dir, ...);
int xs_printf(struct xs_handle *h, const char *dir, const char *node,
const char *fmt, ...);
int xs_exists(struct xs_handle *h, const char *path);
-char *get_dom_domid(struct xs_handle *h, const char *name);
+char *get_dom_domid(struct xs_handle *h);
int convert_dev_name_to_num(char *name);
int register_xenbus_watch(struct xs_handle *h, struct xenbus_watch *watch);
int unregister_xenbus_watch(struct xs_handle *h, struct xenbus_watch *watch);