mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
13 lines
272 B
C++
13 lines
272 B
C++
/*
|
|
SPDX-FileCopyrightText: 2019 Nicolas Carion
|
|
This file is part of Kdenlive. See www.kdenlive.org.
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void fuzz(const std::string &input);
|