summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-12-05 11:59:05 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-12-05 12:25:50 +0100
commit20ad4cfd8e5592f634f20468798cbc1055ab9faf (patch)
tree19d3421163da514fad9c74b034d5014636a1cfe0 /src/core/mount.h
parentf3ffced5415a385ff08b460fcc95251e773b38a7 (diff)
core: add catalog entry and MESSAGE_ID for overmounting
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 67d6132a5..30c6d9b24 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -119,3 +119,5 @@ MountExecCommand mount_exec_command_from_string(const char *s);
const char* mount_result_to_string(MountResult i);
MountResult mount_result_from_string(const char *s);
+
+void warn_if_dir_nonempty(const char *unit, const char* where);