summaryrefslogtreecommitdiffstats
path: root/daemons/cmirrord/functions.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-01-18 21:07:24 +0000
committerAlasdair Kergon <agk@redhat.com>2010-01-18 21:07:24 +0000
commit667c6be1765045deac634d37b0ae0302d72e1707 (patch)
tree243b3f42bff91b4361b7841c3b7e91994ba044ad /daemons/cmirrord/functions.h
parent98998134de36c7faa8e09acfffa5f585edf07ce7 (diff)
downloadlvm2-667c6be1765045deac634d37b0ae0302d72e1707.tar.gz
lvm2-667c6be1765045deac634d37b0ae0302d72e1707.tar.xz
lvm2-667c6be1765045deac634d37b0ae0302d72e1707.zip
Clean up include files.
Diffstat (limited to 'daemons/cmirrord/functions.h')
-rw-r--r--daemons/cmirrord/functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemons/cmirrord/functions.h b/daemons/cmirrord/functions.h
index 6ac79ce3..20453f5f 100644
--- a/daemons/cmirrord/functions.h
+++ b/daemons/cmirrord/functions.h
@@ -9,8 +9,8 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __CLOG_FUNCTIONS_DOT_H__
-#define __CLOG_FUNCTIONS_DOT_H__
+#ifndef _LVM_CLOG_FUNCTIONS_H
+#define _LVM_CLOG_FUNCTIONS_H
#include "dm-log-userspace.h"
#include "cluster.h"
@@ -31,4 +31,4 @@ int log_get_state(struct dm_ulog_request *rq);
int log_status(void);
void log_debug(void);
-#endif /* __CLOG_FUNCTIONS_DOT_H__ */
+#endif /* _LVM_CLOG_FUNCTIONS_H */