X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fptime.h;h=9e4e51e0b3cedefe648b153846900665d1343759;hb=64d52e239f715717646357783d01ff8650dbdb2d;hp=aac8c525154c3b1b97e16d0b3367fc267add2dbd;hpb=4d1a39be05a99a8fbd2b4839f37c7a21d4214c59;p=ptask.git diff --git a/src/ptime.h b/src/ptime.h index aac8c52..9e4e51e 100644 --- a/src/ptime.h +++ b/src/ptime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,6 +22,6 @@ #include char *get_time_str(); -char *time_to_str(time_t *t); +char *tm_to_str(const struct tm *); #endif