diff options
author | Frederic Culot <calcurse@culot.org> | 2007-12-30 16:27:58 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-12-30 16:27:58 +0000 |
commit | 478b2762e61cee2aa2b073e37cfcdaf220692acf (patch) | |
tree | da7092314c4ad526975642d2e82c22fcf50274c9 /src/wins.h | |
parent | 41e7eb0a83f9a6a921ddd54ed89740eaba595354 (diff) | |
download | calcurse-478b2762e61cee2aa2b073e37cfcdaf220692acf.tar.gz calcurse-478b2762e61cee2aa2b073e37cfcdaf220692acf.zip |
Ability to attach notes to todo items added
Diffstat (limited to 'src/wins.h')
-rwxr-xr-x | src/wins.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: wins.h,v 1.4 2007/10/21 13:39:07 culot Exp $ */ +/* $Id: wins.h,v 1.5 2007/12/30 16:27:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -61,5 +61,6 @@ void wins_show(WINDOW *, char *); void wins_get_config(void); void wins_update(void); void wins_reset(void); +void wins_launch_external(const char *, const char *); #endif /* CALCURSE_WINS_H */ |