diff options
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 |