Files
subconverter/nodemanip.h
Tindy X 6d646c650e Enhancements
Add exprtimental support for generating Mellow configuration.
Add proxy customization for downloading rulesets and subscriptions.
Add more customizations in manage URL arguments.
Optimize codes.
INIReader: Fix line break remove not working.
2019-11-21 01:20:22 +08:00

12 lines
254 B
C++

#ifndef NODEMANIP_H_INCLUDED
#define NODEMANIP_H_INCLUDED
#include <string>
#include <vector>
#include "nodeinfo.h"
void addNodes(std::string link, std::vector<nodeInfo> &allNodes, int groupID, std::string proxy = "");
#endif // NODEMANIP_H_INCLUDED