Mercurial > bday
diff bdengine.c @ 6:fc6e40f7bd5a
minor stuff
author | meillo@marmaro.de |
---|---|
date | Mon, 17 Dec 2007 16:31:40 +0100 |
parents | 5af6bf2cb271 |
children |
line wrap: on
line diff
--- a/bdengine.c Mon Dec 17 15:09:03 2007 +0100 +++ b/bdengine.c Mon Dec 17 16:31:40 2007 +0100 @@ -118,7 +118,6 @@ const unsigned MLENDAT[]={31,-1,31,30,31,30,31,31,30,31,30,31}; const struct _ftable FTABLE[] = { - {"bir",F_TBIRTHDAY}, {"bd", F_TBIRTHDAY}, {"ann",F_TANNIVERSARY}, {"ev", F_TEVENT}, @@ -258,7 +257,7 @@ /* lists the birthdays in their string format, one by one, and passes the string to a function. */ -void liststrings(struct event *evl, prnfunc outf) { +void liststrings(struct event* evl, prnfunc outf) { int i,j; char *buf, *tmp; int size; @@ -450,6 +449,11 @@ + + + + + struct event* readlist() { int i, j, k, l, d; struct event *evl;