summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDiff/Format.h
blob: 888b19555e9d08c52918040657c3456cfbbaf9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2020, Itamar S. <itamar8910@gmail.com>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <AK/String.h>

namespace Diff {
String generate_only_additions(String const&);
};