summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index 8f632f3..61450f7 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -29,6 +29,9 @@ struct Entry {
bool done = false,
bool hidden = false
);
+
+ // function for sorting algorithm
+ static bool compare(Entry a, Entry b);
};
#endif