mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
11 lines
364 B
C
11 lines
364 B
C
--- src/TodoDB.h.orig Fri Sep 3 11:35:14 2004
|
|
+++ src/TodoDB.h Sat Jan 27 14:11:37 2007
|
|
@@ -108,7 +108,7 @@
|
|
void initColour();
|
|
void initColourPost();
|
|
Todo::Priority getPriority(string current = "");
|
|
- int TodoDB::markDone(Todo &todo);
|
|
+ int markDone(Todo &todo);
|
|
|
|
void formatItem(ostream &out, int depth, Todo const &item, string const &format);
|
|
|