X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.h;h=e9126c04fa0273eecfe5649f09563dcd3af2231b;hp=782adb8348f6df4377b123de4c9b5f8d028d7fab;hb=2396fb04f78eaa9842c747e384218f0069446960;hpb=8fe914ec81d9f57bcc083036f528b00119ed2e3b diff --git a/src/util.h b/src/util.h index 782adb834..e9126c04f 100644 --- a/src/util.h +++ b/src/util.h @@ -61,6 +61,7 @@ typedef struct dual_timestamp { #define FORMAT_TIMESPAN_MAX 64 #define ANSI_HIGHLIGHT_ON "\x1B[1;31m" +#define ANSI_HIGHLIGHT_GREEN_ON "\x1B[1;32m" #define ANSI_HIGHLIGHT_OFF "\x1B[0m" usec_t now(clockid_t clock); @@ -318,7 +319,6 @@ void sigset_add_many(sigset_t *ss, ...); char* gethostname_malloc(void); char* getlogname_malloc(void); int getttyname_malloc(char **r); -int getmachineid_malloc(char **r); int chmod_and_chown(const char *path, mode_t mode, uid_t uid, gid_t gid); @@ -336,6 +336,10 @@ int running_in_chroot(void); char *ellipsize(const char *s, unsigned length, unsigned percent); +void nss_disable_nscd(void); + +int touch(const char *path); + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s);