chiark / gitweb /
macro: use C11 static_assert() macro for static assertions
[elogind.git] / src / shared / util.h
index af18d0b657f4ebe70c347ba17efaf0255c675175..25b349a17a0c1ff9be109963635b7a69ee521186 100644 (file)
@@ -46,7 +46,6 @@ union dirent_storage {
                         ((NAME_MAX + 1 + sizeof(long)) & ~(sizeof(long) - 1))];
 };
 
-
 /* What is interpreted as whitespace? */
 #define WHITESPACE " \t\n\r"
 #define NEWLINE "\n\r"
@@ -560,3 +559,5 @@ typedef enum DrawSpecialChar {
 const char *draw_special_char(DrawSpecialChar ch);
 
 char *strreplace(const char *text, const char *old_string, const char *new_string);
+
+char *strip_tab_ansi(char **p, size_t *l);