/* * Copyright (c) 2021, Mustafa Quraish * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include "Hunks.h" namespace Diff { Vector from_text(StringView old_text, StringView new_text); }