diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-18 19:37:23 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-18 19:37:23 -0400 |
commit | f87be61844fed4988ed90863854b19d047297a37 (patch) | |
tree | 7dc96d60b9cf94364d3e945d79362ff3acbe63c6 /blog.h | |
parent | d0889f96707eb9bc27b3454269d4a7f3ccd35505 (diff) |
add current_year() function for use in address
Diffstat (limited to 'blog.h')
-rw-r--r-- | blog.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |