add: endpoint /tags
fix: leaks from config (now using static length for config strings)
This commit is contained in:
parent
0f1cd9c02c
commit
a78815cb32
10 changed files with 147 additions and 16 deletions
include/models
|
@ -10,8 +10,10 @@ tag_remove(int id);
|
|||
char*
|
||||
tag_get_tag(int id);
|
||||
|
||||
char**
|
||||
tag_get_all();
|
||||
|
||||
int
|
||||
tag_get_id(const char* tag);
|
||||
|
||||
|
||||
#endif /* CORE_MODELS_TAG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue