This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/cd_utils/cdutils_k_parser.h

19 lines
219 B
C++

#ifndef CDUTILS_K_PARSER_H
#define CDUTILS_K_PARSER_H
class PIIODevice;
namespace CDUtils {
class KSection;
namespace KParser {
KSection parse(PIIODevice * d);
}
}
#endif // CDUTILS_K_PARSER_H