move some string functions in lib-lib !
[apps/madmutt.git] / lib-lib / date.h
index ffb79ae..a1182f4 100644 (file)
  *  Copyright © 2006 Pierre Habouzit
  */
 
-#ifndef MUTT_LIB_LIB_STR_H
-#define MUTT_LIB_LIB_STR_H
-
-#include <time.h>
+#ifndef MUTT_LIB_LIB_DATE_H
+#define MUTT_LIB_LIB_DATE_H
 
 time_t mutt_local_tz(time_t);
 time_t mutt_mktime(struct tm *, int);