]> Pileus Git - site/blobdiff - src/html.h
Support submenus
[site] / src / html.h
index a170dff1c5f191710643fb8690b5f13c22993d67..a2932a7962b4a8d46db0d60c35c8eb294f3ba40a 100644 (file)
@@ -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);