File indexing completed on 2024-05-12 15:55:22

0001 /* SPDX-FileCopyrightText: 2013 Jesper K. Pedersen <blackie@kde.org>
0002 
0003    SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #ifndef COMPRESSFILEINFO_H
0007 #define COMPRESSFILEINFO_H
0008 
0009 void setUseCompressedFileFormat(bool b);
0010 bool useCompressedFileFormat();
0011 
0012 #endif // COMPRESSFILEINFO_H