aboutsummaryrefslogtreecommitdiff
path: root/include/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/copy.h')
-rw-r--r--include/copy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/copy.h b/include/copy.h
index 5a53d7d..609a6cf 100644
--- a/include/copy.h
+++ b/include/copy.h
@@ -1,5 +1,5 @@
//! @file copy.h
-#ifndef OMC_COPY_H
+#ifndef STASIS_COPY_H
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>
-#include "omc.h"
+#include "core.h"
#define CT_OWNER 1 << 1
#define CT_PERM 1 << 2
@@ -58,4 +58,4 @@ int mkdirs(const char *_path, mode_t mode);
*/
int copy2(const char *src, const char *dest, unsigned op);
-#endif // OMC_COPY_H \ No newline at end of file
+#endif // STASIS_COPY_H \ No newline at end of file