-rw-r--r-- | html.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,2 +12,3 @@ extern void html_ntxt(int len, char *txt); extern void html_attr(char *txt); +extern void html_url_path(char *txt); extern void html_url_arg(char *txt); |
index : patchwork/cgit.git | ||
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | html.h | 1 |
@@ -12,2 +12,3 @@ extern void html_ntxt(int len, char *txt); extern void html_attr(char *txt); +extern void html_url_path(char *txt); extern void html_url_arg(char *txt); |