diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-05 11:59:05 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-05 12:25:50 +0100 |
commit | 20ad4cfd8e5592f634f20468798cbc1055ab9faf (patch) | |
tree | 19d3421163da514fad9c74b034d5014636a1cfe0 /src/core/mount.h | |
parent | f3ffced5415a385ff08b460fcc95251e773b38a7 (diff) |
core: add catalog entry and MESSAGE_ID for overmounting
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index 67d6132a5d..30c6d9b249 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); |