Skip to content
Snippets Groups Projects
Commit 97f7cbe3 authored by Odilitime's avatar Odilitime
Browse files

directory restructure

parent 8a9ccc8f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#include <string>
#include <map>
#include "html/TagNode.h"
#include "parsers/markup/TagNode.h"
std::unique_ptr<std::map<std::string, std::string>> buildFormData(std::shared_ptr<Node> formNode, std::unique_ptr<std::map<std::string, std::string>> result);
std::unique_ptr<std::vector<Node>> searchNodeTree(const std::shared_ptr<Node> &node, std::unique_ptr<std::vector<Node>> ret);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment