libtor-sys 45.6.0+0.4.5.6

Rust crate that internally compiles Tor and its dependencies
Documentation
/* Copyright (c) 2003, Roger Dingledine
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file compress_none.h
 * \brief Header for compress_none.c
 **/

#ifndef TOR_COMPRESS_NONE_H
#define TOR_COMPRESS_NONE_H

tor_compress_output_t
tor_cnone_compress_process(char **out, size_t *out_len,
                           const char **in, size_t *in_len,
                           int finish);

#endif /* !defined(TOR_COMPRESS_NONE_H) */