diff options
Diffstat (limited to 'sdep.c')
| -rw-r--r-- | sdep.c | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -47,16 +47,16 @@ struct Options { | |||
| 47 | char *separator; | 47 | char *separator; |
| 48 | }; | 48 | }; |
| 49 | 49 | ||
| 50 | static void add_event(struct tm t, char *text, EventList *evlist); | 50 | static void add_event(struct tm, char *, EventList *); |
| 51 | static int compare_tm(const void *, const void *); | 51 | static int compare_tm(const void *, const void *); |
| 52 | static int compare_event(const void *, const void *); | 52 | static int compare_event(const void *, const void *); |
| 53 | static Options default_op(void); | 53 | static Options default_op(void); |
| 54 | static int events_in_range(EventList *evlist, Options op, Event *sel); | 54 | static int events_in_range(EventList *, Options, Event *); |
| 55 | static char *format_line(Event ev, Options op, char *out); | 55 | static char *format_line(Event, Options, char *); |
| 56 | static void read_input(Options op, EventList *evlist); | 56 | static void read_input(Options, EventList *); |
| 57 | static Options read_op(int argc, char *argv[]); | 57 | static Options read_op(int, char *[]); |
| 58 | static char *strtrim(char *t); | 58 | static char *strtrim(char *); |
| 59 | static void write_output(Options op, Event *ev, int n); | 59 | static void write_output(Options, Event *, int); |
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | static void | 62 | static void |
