File indexing completed on 2024-11-24 04:49:52

0001 /*
0002    SPDX-FileCopyrightText: 2013-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include "ksievecore_export.h"
0010 #include <QString>
0011 namespace KSieveCore
0012 {
0013 namespace ParsingUtil
0014 {
0015 KSIEVECORE_EXPORT QString parseScript(const QString &script, bool &result);
0016 }
0017 }