updated copyright
[ptask.git] / src / ptime.h
index aac8c52..9e4e51e 100644 (file)
@@ -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 <time.h>
 
 char *get_time_str();
-char *time_to_str(time_t *t);
+char *tm_to_str(const struct tm *);
 
 #endif