summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 00:32:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 00:32:58 +0100
commit4678bf06d71c8a18c489912dabf8aca312ab8b6b (patch)
tree00ad12122fa34cb38182091f0e853761d104a902 /src/dcp.h
parentfe3476307bead95b72efc7d47a2ce3da31c35d88 (diff)
Barely-functional dcpdiff.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 900a5665..6ab57bcb 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -106,6 +106,8 @@ public:
return _length;
}
+ std::list<std::string> equals (DCP const & other, EqualityType type) const;
+
/** Emitted with a parameter between 0 and 1 to indicate progress
* for long jobs.
*/