blob: d7e461b4d7d4f9705c5e98c75bbbe9315941161f [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 {
static const int kUnrarEndarcHead = HEAD_ENDARC;
static const int kUnrarFileHead = HEAD_FILE;
} // namespace third_party_unrar
#endif // THIRD_PARTY_UNRAR_SRC_UNRAR_WRAPPER_H_