diff options
Diffstat (limited to 'archive.h')
-rw-r--r-- | archive.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archive.h b/archive.h index a4278ff..3328340 100644 --- a/archive.h +++ b/archive.h @@ -187,11 +187,10 @@ int templateRender( FILE *file, const char *template, const struct Variable vars[], EscapeFn *escape ); -char *templateBuffer( - char *buf, size_t cap, const char *template, +char *templateString( + const char *template, const struct Variable vars[], EscapeFn *escape ); -char *templateURL(const char *template, const struct Variable vars[]); extern const char *baseURL; extern const char *baseTitle; |