# | Line 21 | Line 21 | |
---|---|---|
21 | ||
22 | #include "Matcher/Matcher.hpp" | |
23 | ||
24 | + | #include "Error.hpp" |
25 | + | |
26 | struct Syncify | |
27 | { | |
28 | + | Syncify(const ext::String& local, const ext::String& remote, const ext::String& pattern); |
29 | + | ~Syncify(); |
30 | static ext::String program; | |
31 | static bool debug; | |
32 | + | Matcher pattern; |
33 | + | void syncify(const ext::String& local, const ext::String& remote); |
34 | }; | |
35 | ||
36 | #endif//_Syncify_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |