diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-17 21:30:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-17 21:30:34 +0000 |
| commit | c289685296d58228df0a88354e966105b242c915 (patch) | |
| tree | 7a6d0ae7f447038cf6a43c9dbf10eca08b59fd6b /src/util.h | |
| parent | c2cf8eb8d22265988bbf81e0331a98a7aa6786ed (diff) | |
Add Size operators; install util.h
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ struct Size { int height; }; +extern bool operator== (Size const & a, Size const & b); +extern bool operator!= (Size const & a, Size const & b); + extern std::string make_uuid (); extern std::string make_digest (std::string filename); extern std::string content_kind_to_string (ContentKind kind); |
