blob: 0b92964fa08e60518c77f84c7b6d01d036c59d9e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_UNRAR_SRC_UNRAR_WRAPPER_H_
#define THIRD_PARTY_UNRAR_SRC_UNRAR_WRAPPER_H_
#include "rar.hpp"
namespace third_party_unrar {
using ::Archive;
using ::CmdExtract;
using ::CommandData;
static const int kUnrarEndarcHead = HEAD_ENDARC;
static const int kUnrarFileHead = HEAD_FILE;
} // namespace third_party_unrar
#endif // THIRD_PARTY_UNRAR_SRC_UNRAR_WRAPPER_H_