From f87be61844fed4988ed90863854b19d047297a37 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 18 Jul 2019 19:37:23 -0400 Subject: add current_year() function for use in address --- blog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blog.h') diff --git a/blog.h b/blog.h index d61d670..590c18b 100644 --- a/blog.h +++ b/blog.h @@ -29,4 +29,6 @@ int show_entry(const char *path); void add_to_index(const char *path, const char *title); +int current_year(void); + #endif -- cgit v1.2.1