diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-09 20:38:29 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-09 20:38:29 +0000 |
commit | 0c281d2c1e53248f0075f988fb4ba02f041bd170 (patch) | |
tree | 7f42987f28c6a4912c1bcbb99a1f17b1509fd52f /src/calendar.h | |
parent | 0f6374d787158e50b510a8a032ff80bf7848da8a (diff) | |
download | calcurse-0c281d2c1e53248f0075f988fb4ba02f041bd170.zip |
Tony's patch concerning date format configuration imported
Diffstat (limited to 'src/calendar.h')
-rwxr-xr-x | src/calendar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/calendar.h b/src/calendar.h index 4c4a8f4..270ab97 100755 --- a/src/calendar.h +++ b/src/calendar.h @@ -1,8 +1,8 @@ -/* $calcurse: calendar.h,v 1.8 2007/12/10 19:00:45 culot Exp $ */ +/* $calcurse: calendar.h,v 1.9 2008/04/09 20:38:29 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2007 Frederic Culot + * Copyright (c) 2004-2008 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -79,7 +79,7 @@ void calendar_init_slctd_day(void); date_t *calendar_get_slctd_day(void); long calendar_get_slctd_day_sec(void); void calendar_update_panel(WINDOW *); -void calendar_change_day(void); +void calendar_change_day(int datefmt); void calendar_move(move_t); char *calendar_get_pom(time_t); |