Files
subconverter/src/nodemanip.h
Tindy X 4492fcd806 Enhancements
Add Subscription-UserInfo header to exporter, supports extracting from original headers and from info nodes.
Optimize codes.
2020-01-30 17:14:00 +08:00

12 lines
386 B
C++

#ifndef NODEMANIP_H_INCLUDED
#define NODEMANIP_H_INCLUDED
#include <string>
#include <vector>
#include "nodeinfo.h"
int addNodes(std::string link, std::vector<nodeInfo> &allNodes, int groupID, std::string proxy, string_array &exclude_remarks, string_array &include_remarks, string_array &stream_rules, string_array &time_rules, std::string &subInfo);
#endif // NODEMANIP_H_INCLUDED