summaryrefslogtreecommitdiff
path: root/lib/format_text/format-text.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-04-11 13:55:59 +0000
committerAlasdair Kergon <agk@redhat.com>2006-04-11 13:55:59 +0000
commitcced28dac3b108fae7312a130b87dfeeca7238c5 (patch)
treea93803507d7d6fdf919b5f31b38eac05dc4150d5 /lib/format_text/format-text.h
parenta14aa9d8c3214f4ea3bba84be405b4ff00982ef8 (diff)
downloadlvm2-cced28dac3b108fae7312a130b87dfeeca7238c5.tar.gz
Whenever vgname is captured, also capture vgid.
Diffstat (limited to 'lib/format_text/format-text.h')
-rw-r--r--lib/format_text/format-text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/format_text/format-text.h b/lib/format_text/format-text.h
index 8cef0ed36..b8bdb95ee 100644
--- a/lib/format_text/format-text.h
+++ b/lib/format_text/format-text.h
@@ -54,7 +54,7 @@ int add_mda(const struct format_type *fmt, struct dm_pool *mem, struct list *mda
struct device *dev, uint64_t start, uint64_t size);
void del_mdas(struct list *mdas);
-int vgname_from_mda(const struct format_type *fmt, struct device_area *dev_area,
- char *buf, uint32_t size);
+const char *vgname_from_mda(const struct format_type *fmt,
+ struct device_area *dev_area, struct id *vgid);
#endif