]> git.scottworley.com Git - overonion/blame - reverse_lib.h
Whitespace: Single-line error checks
[overonion] / reverse_lib.h
CommitLineData
b398ee5a
SW
1#ifndef _OVERONION_REVERSE_LIB_H
2#define _OVERONION_REVERSE_LIB_H
3
20615086 4/* Copy the contents of input_filename to output_fd backwards.
b398ee5a 5 * input_filename must be a real file, not a pipe. */
20615086 6void reverse_file(const char* input_filename, int output_fd);
b398ee5a
SW
7
8#endif /* _OVERONION_REVERSE_LIB_H */