diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-09-09 02:33:07 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-09-09 02:33:07 +0000 |
commit | 8e7ba70eba02f88d4f3ba12e07ab9c7bdf32240a (patch) | |
tree | 35373d0bc6f80a2f2ce1c49c91b3817f26b6c465 /lib/write-any-file.h | |
download | coreutils-8e7ba70eba02f88d4f3ba12e07ab9c7bdf32240a.tar.gz |
Imported Upstream version 8.17upstream/8.17
Diffstat (limited to 'lib/write-any-file.h')
-rw-r--r-- | lib/write-any-file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/write-any-file.h b/lib/write-any-file.h new file mode 100644 index 00000000..3930d4dc --- /dev/null +++ b/lib/write-any-file.h @@ -0,0 +1,2 @@ +#include <stdbool.h> +bool can_write_any_file (void); |