X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=util.h;h=9aceaef47fd5e118d3a8a9a811fbf036b3cf944a;hb=4a72ff34c62f18559e96b35d69c665e07290f228;hp=f14751ea5e2d2ea45e93ea248e0c738eaae65550;hpb=0301abf48ed3be921c33d409c73b554435cf6378;p=elogind.git diff --git a/util.h b/util.h index f14751ea5..9aceaef47 100644 --- a/util.h +++ b/util.h @@ -19,7 +19,7 @@ typedef uint64_t usec_t; #define NSEC_PER_USEC 1000ULL /* What is interpreted as whitespace? */ -#define WHITESPACE " \t\n" +#define WHITESPACE " \t\n\r" usec_t now(clockid_t clock); @@ -99,4 +99,9 @@ bool is_path(const char *p); bool path_is_absolute(const char *p); char *path_make_absolute(const char *p, const char *prefix); +int reset_all_signal_handlers(void); + +char *strstrip(char *s); +char *file_in_same_dir(const char *path, const char *filename); + #endif