arch-repo-manager/libpkg/parser/config.h

13 lines
209 B
C
Raw Normal View History

2021-01-25 00:24:31 +01:00
#ifndef LIBPKG_PARSER_CONFIG_H
#define LIBPKG_PARSER_CONFIG_H
#include "../data/config.h"
namespace LibPkg {
// TODO: parseDatabaseUsage()
// TODO: parseSignatureLevel()
}
#endif // LIBPKG_PARSER_CONFIG_H