X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpath.h;h=116fc63ff726daa6ac53f3fb581f9c3e79f7eab1;hb=d937fbbd97760d4d1a59dc0fa6f3000e57a96998;hp=8ba0ce6890f380e93cb5f9ae7644d8a3f8754f2f;hpb=0e456f978134100d2e0cc28c7205b3abefcc9cde;p=elogind.git diff --git a/src/path.h b/src/path.h index 8ba0ce689..116fc63ff 100644 --- a/src/path.h +++ b/src/path.h @@ -38,6 +38,7 @@ typedef enum PathState { typedef enum PathType { PATH_EXISTS, + PATH_EXISTS_GLOB, PATH_DIRECTORY_NOT_EMPTY, PATH_CHANGED, _PATH_TYPE_MAX,