X-Git-Url: http://git.scottworley.com/overonion/blobdiff_plain/fc795c1bb267737820c2059ca8aaa7bcb2848a10..b398ee5ae7abfa019f84628204f3c1cd146ed39e:/reverse_lib.h diff --git a/reverse_lib.h b/reverse_lib.h new file mode 100644 index 0000000..58345fa --- /dev/null +++ b/reverse_lib.h @@ -0,0 +1,8 @@ +#ifndef _OVERONION_REVERSE_LIB_H +#define _OVERONION_REVERSE_LIB_H + +/* Copy the contents of input_filename to stdout backwards. + * input_filename must be a real file, not a pipe. */ +void reverse_file(const char* input_filename); + +#endif /* _OVERONION_REVERSE_LIB_H */