X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=d0e348465de49bb9af73391c1bff71a207090be4;hb=6e08ab76949954eccd059db0d5da90e011a11c27;hp=e0d8eb7a8aa90280620f82d7960e6ee89c88f614;hpb=cecb7ac8e63ff65eb73dd098796e56e0a17a3259;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index e0d8eb7..d0e3484 100644 --- a/src/common.h +++ b/src/common.h @@ -591,6 +591,8 @@ enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enum { TIMESPEC_STRSIZE_BOUND = UINTMAX_STRSIZE_BOUND + LOG10_BILLION + sizeof "-." - 1 }; +bool must_be_dot_or_slash (char const *); + enum remove_option { ORDINARY_REMOVE_OPTION,