diff options
Diffstat (limited to 'coreutils/head_tail.h')
-rw-r--r-- | coreutils/head_tail.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/head_tail.h b/coreutils/head_tail.h new file mode 100644 index 0000000..df19e41 --- /dev/null +++ b/coreutils/head_tail.h @@ -0,0 +1,6 @@ +/* + * Copyright (C) 2013 Denys Vlasenko + * + * Licensed under GPLv2, see file LICENSE in this source tree. + */ +extern const struct suffix_mult head_tail_suffixes[]; |