diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-01 14:43:44 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-05 16:19:17 +0200 |
commit | c3f532d814e555abf67efb136491956428f19965 (patch) | |
tree | abc4ade3a94b47b0291a3529b7ecccd75a4a0c02 /src/calcurse.h | |
parent | b0b994896c22c0a55ef196bd186b42c7b189fadc (diff) | |
download | calcurse-c3f532d814e555abf67efb136491956428f19965.zip |
Add day_pipe_item() function
Serializes an appointment or an event, prompts for a shell command and
executes that command in a new process, piping serialized item data to
its stdin.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 45c01e5..f753d97 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -637,6 +637,7 @@ struct day_item *day_get_item (int); int day_item_nb (long, int, int); void day_edit_note (char *); void day_view_note (char *); +void day_pipe_item (struct conf *); /* dmon.c */ void dmon_start (int); |