bday

diff birthday.h @ 6:fc6e40f7bd5a

minor stuff
author meillo@marmaro.de
date Mon, 17 Dec 2007 16:31:40 +0100
parents 5af6bf2cb271
children
line diff
     1.1 --- a/birthday.h	Mon Dec 17 15:09:03 2007 +0100
     1.2 +++ b/birthday.h	Mon Dec 17 16:31:40 2007 +0100
     1.3 @@ -32,8 +32,6 @@
     1.4  /* standard time to warn in advance, when no explicit w flag is given. */
     1.5  #define DEF_WARN 14
     1.6  
     1.7 -
     1.8 -
     1.9  /* ========== Global constants and data types */
    1.10  
    1.11  
    1.12 @@ -83,7 +81,7 @@
    1.13  void gettoday(void);
    1.14  unsigned delta(struct date *);
    1.15  unsigned ddiff(struct date *D1, struct date *D2);
    1.16 -void liststrings(struct event *evl, prnfunc outf);
    1.17 +void liststrings(struct event* evl, prnfunc outf);
    1.18  char *tdelta(struct date *d);
    1.19  char *ttime(int yr, int mn, int wk, int dy);
    1.20