X-Git-Url: http://pileus.org/git/?p=site;a=blobdiff_plain;f=src%2Fhtml.h;h=a2932a7962b4a8d46db0d60c35c8eb294f3ba40a;hp=a170dff1c5f191710643fb8690b5f13c22993d67;hb=4bec516a86ece8e198b45c81fabf28c6c2ea8818;hpb=d6b935bba07cc39fa1d1830bf1eafd57bc92f98a diff --git a/src/html.h b/src/html.h index a170dff..a2932a7 100644 --- a/src/html.h +++ b/src/html.h @@ -41,8 +41,10 @@ struct menu_t { /* Helper functions */ void href(const char *url); -void print_link(char *path, char *name, int cur); +void print_link(char *path, char *name, int cur, int dir); void print_menu(menu_t *menu, int first, int last); +void print_menu_start(void); +void print_menu_end(void); /* Global functions */ void print_header(page_t *page);