diff options
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,11 +20,9 @@ #include <sys/param.h> #include <sys/wait.h> -#include <ctype.h> #include <errno.h> #include <fnmatch.h> #include <libgen.h> -#include <netdb.h> #include <stdarg.h> #include <stdlib.h> #include <string.h> @@ -857,7 +855,7 @@ format_choose(char *s, char **left, char **right) } /* Is this true? */ -static int +int format_true(const char *s) { if (s != NULL && *s != '\0' && (s[0] != '0' || s[1] != '\0')) |