Add todo_pipe_item() function
Pipe a serialized todo item to an external process, similar to what
day_pipe_item() does (cf. c3f532d814).
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -838,6 +838,7 @@ void todo_edit_item (void);
|
||||
void todo_update_panel (int);
|
||||
void todo_edit_note (char *);
|
||||
void todo_view_note (char *);
|
||||
void todo_pipe_item (void);
|
||||
void todo_init_list (void);
|
||||
void todo_free_list (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user