diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2019-09-27 21:41:40 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2019-09-27 22:27:13 -0400 |
| commit | d9103bafe57bb68439cfccef106a7334051bf876 (patch) | |
| tree | ea25e253b1e867f28378cb9c295ae355db9c17c7 /src/ctemplates.h | |
| parent | d1a1990c4177653fd2379c227142e6208ecfc20d (diff) | |
| download | libctemplates-d9103bafe57bb68439cfccef106a7334051bf876.tar.gz libctemplates-d9103bafe57bb68439cfccef106a7334051bf876.tar.bz2 libctemplates-d9103bafe57bb68439cfccef106a7334051bf876.zip | |
Squashed warnings
Added the -Wextra flag to the makefile for debug builds, and squashed
all the warning that came up.
Diffstat (limited to 'src/ctemplates.h')
| -rw-r--r-- | src/ctemplates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctemplates.h b/src/ctemplates.h index da56b97..91762a8 100644 --- a/src/ctemplates.h +++ b/src/ctemplates.h @@ -160,7 +160,7 @@ void TMPL_free_varlist(struct TMPL_varlist* t); struct TMPL_varitem* TMPL_alloc_varitem(void); void TMPL_free_varitem(struct TMPL_varitem* vi); -struct TMPL_templates* TMPL_alloc_template(const char* t); +int TMPL_alloc_template(const char* tmplstr, struct TMPL_templates **t); void TMPL_free_template(struct TMPL_templates* t); struct TMPL_loop* TMPL_alloc_loop(void); |
