~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to src/shared/path-util.h

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2
2
 
3
 
#ifndef foopathutilhfoo
4
 
#define foopathutilhfoo
 
3
#pragma once
5
4
 
6
5
/***
7
6
  This file is part of systemd.
41
40
 
42
41
int path_is_mount_point(const char *path, bool allow_symlink);
43
42
int path_is_read_only_fs(const char *path);
44
 
 
45
 
#endif
 
43
int path_is_os_tree(const char *path);