diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
| commit | 8b1380b63d62a1e1858a102fb36c2078697581ec (patch) | |
| tree | 25da9bd06b12e647b6a3f8543e0e22c88b721459 /src/nonstd/struct_io_options.c | |
| parent | 30daa2476c5d32f231618037102c7866996e295d (diff) | |
eliminate nonstd/io.h
Diffstat (limited to 'src/nonstd/struct_io_options.c')
| -rw-r--r-- | src/nonstd/struct_io_options.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nonstd/struct_io_options.c b/src/nonstd/struct_io_options.c deleted file mode 100644 index db125f6d..00000000 --- a/src/nonstd/struct_io_options.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <nonstd/io.h> - -struct io_options { - const char *fnname; - char *string; - struct __FILE *stream; - size_t maxlen; - int fd; - int flags; -}; |
