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

13 lines
209 B
C++

#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