Run dos2unix on bayou and remove white space at the end of lines.
[coreboot.git] / payloads / bayou / util / pbuilder / lzma / C / 7zip / Compress / LZ / IMatchFinder.h
index 4bbc14f35adae8ba7987785f02c7cf656196d0ac..a589907ddab463653baaab4ed626137babfc73fe 100644 (file)
@@ -1,33 +1,33 @@
-// MatchFinders/IMatchFinder.h\r
-\r
-#ifndef __IMATCHFINDER_H\r
-#define __IMATCHFINDER_H\r
-\r
-struct IInWindowStream: public IUnknown\r
-{\r
-  STDMETHOD(SetStream)(ISequentialInStream *inStream) PURE;\r
-  STDMETHOD_(void, ReleaseStream)() PURE;\r
-  STDMETHOD(Init)() PURE;\r
-  STDMETHOD_(Byte, GetIndexByte)(Int32 index) PURE;\r
-  STDMETHOD_(UInt32, GetMatchLen)(Int32 index, UInt32 distance, UInt32 limit) PURE;\r
-  STDMETHOD_(UInt32, GetNumAvailableBytes)() PURE;\r
-  STDMETHOD_(const Byte *, GetPointerToCurrentPos)() PURE;\r
-  STDMETHOD_(Int32, NeedChangeBufferPos)(UInt32 numCheckBytes) PURE;\r
-  STDMETHOD_(void, ChangeBufferPos)() PURE;\r
-};\r
\r
-struct IMatchFinder: public IInWindowStream\r
-{\r
-  STDMETHOD(Create)(UInt32 historySize, UInt32 keepAddBufferBefore, \r
-      UInt32 matchMaxLen, UInt32 keepAddBufferAfter) PURE;\r
-  STDMETHOD(GetMatches)(UInt32 *distances) PURE;\r
-  STDMETHOD(Skip)(UInt32 num) PURE;\r
-};\r
-\r
-struct IMatchFinderSetNumPasses\r
-{\r
-  //virtual ~IMatchFinderSetNumPasses(){}\r
-  virtual void SetNumPasses(UInt32 numPasses) PURE;\r
-};\r
-\r
-#endif\r
+// MatchFinders/IMatchFinder.h
+
+#ifndef __IMATCHFINDER_H
+#define __IMATCHFINDER_H
+
+struct IInWindowStream: public IUnknown
+{
+  STDMETHOD(SetStream)(ISequentialInStream *inStream) PURE;
+  STDMETHOD_(void, ReleaseStream)() PURE;
+  STDMETHOD(Init)() PURE;
+  STDMETHOD_(Byte, GetIndexByte)(Int32 index) PURE;
+  STDMETHOD_(UInt32, GetMatchLen)(Int32 index, UInt32 distance, UInt32 limit) PURE;
+  STDMETHOD_(UInt32, GetNumAvailableBytes)() PURE;
+  STDMETHOD_(const Byte *, GetPointerToCurrentPos)() PURE;
+  STDMETHOD_(Int32, NeedChangeBufferPos)(UInt32 numCheckBytes) PURE;
+  STDMETHOD_(void, ChangeBufferPos)() PURE;
+};
+
+struct IMatchFinder: public IInWindowStream
+{
+  STDMETHOD(Create)(UInt32 historySize, UInt32 keepAddBufferBefore,
+      UInt32 matchMaxLen, UInt32 keepAddBufferAfter) PURE;
+  STDMETHOD(GetMatches)(UInt32 *distances) PURE;
+  STDMETHOD(Skip)(UInt32 num) PURE;
+};
+
+struct IMatchFinderSetNumPasses
+{
+  //virtual ~IMatchFinderSetNumPasses(){}
+  virtual void SetNumPasses(UInt32 numPasses) PURE;
+};
+
+#endif