Index: src/Utils.h |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/src/Utils.h |
@@ -0,0 +1,12 @@ |
+#ifndef ADBLOCK_PLUS_UTILS_H |
+#define ADBLOCK_PLUS_UTILS_H |
+ |
+namespace AdblockPlus |
+{ |
+ namespace Utils |
+ { |
+ std::string Slurp(std::istream& stream); |
+ } |
+} |
+ |
+#endif |