summaryrefslogtreecommitdiff
path: root/lib/notify/lvmnotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notify/lvmnotify.h')
-rw-r--r--lib/notify/lvmnotify.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/notify/lvmnotify.h b/lib/notify/lvmnotify.h
new file mode 100644
index 000000000..f187358e4
--- /dev/null
+++ b/lib/notify/lvmnotify.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2015 Red Hat, Inc.
+ *
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License v.2.1.
+ */
+
+#ifndef _LVMNOTIFY_H
+#define _LVMNOTIFY_H
+
+void lvmnotify_init(struct cmd_context *cmd);
+void lvmnotify_exit(void);
+
+void notify_vg_update(struct volume_group *vg);
+
+#endif
+