X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flabel.h;h=7ea11cdc552b5a0ba75151737d6f5d734d9ffb67;hp=5a3c9d1092b0edbee6aa338026c67d233eefdd2e;hb=fac9f8df1f49117cf8b84667cb0565103e955bcb;hpb=e51bc1a23e8f581e4fe46aa4df1bd93b7042c184 diff --git a/src/label.h b/src/label.h index 5a3c9d109..7ea11cdc5 100644 --- a/src/label.h +++ b/src/label.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foolabelhfoo #define foolabelhfoo @@ -23,16 +23,18 @@ ***/ #include +#include int label_init(void); void label_finish(void); -int label_fix(const char *path); +int label_fix(const char *path, bool ignore_enoent); int label_socket_set(const char *label); void label_socket_clear(void); -int label_fifofile_set(const char *label, const char *path); +int label_fifofile_set(const char *path); +int label_symlinkfile_set(const char *path); void label_file_clear(void); void label_free(const char *label);