Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126589
Collapse All | Expand All

(-)devtodo-0.1.19-orig/src/TodoDB.h (-1 / +1 lines)
Lines 108-114 Link Here
108
		void initColour();
108
		void initColour();
109
		void initColourPost();
109
		void initColourPost();
110
		Todo::Priority getPriority(string current = "");
110
		Todo::Priority getPriority(string current = "");
111
		int TodoDB::markDone(Todo &todo);
111
		int markDone(Todo &todo);
112
112
113
		void formatItem(ostream &out, int depth, Todo const &item, string const &format);
113
		void formatItem(ostream &out, int depth, Todo const &item, string const &format);
114
114

Return to bug 126589