File indexing completed on 2024-11-03 04:27:58
0001 /* 0002 SPDX-FileCopyrightText: 2019 Nicolas Carion 0003 This file is part of Kdenlive. See www.kdenlive.org. 0004 0005 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0006 */ 0007 0008 #pragma once 0009 0010 #include <string> 0011 0012 void fuzz(const std::string &input);