added creation date, due, and start date in the list of tasks.
[ptask.git] / src / ptime.h
index aac8c52..54320a4 100644 (file)
@@ -22,6 +22,6 @@
 #include <time.h>
 
 char *get_time_str();
-char *time_to_str(time_t *t);
+char *tm_to_str(const struct tm *);
 
 #endif