fix(lib): update sasa/tanzaku add/remove functions

This commit is contained in:
2022-12-23 15:45:09 +03:00
parent 91a53fa703
commit 177799964a
3 changed files with 38 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ int tanabata_sasa_rem_by_path(Tanabata *tanabata, const char *path);
// ==================== TANZAKU SECTION ==================== //
// Add tanzaku
int tanabata_tanzaku_add(Tanabata *tanabata, const char *name, const char *alias, const char *description);
int tanabata_tanzaku_add(Tanabata *tanabata, const char *name, const char *description);
// Remove tanzaku by ID
int tanabata_tanzaku_rem_by_id(Tanabata *tanabata, uint64_t tanzaku_id);