[db] Remove db_admin_update and rename db_admin_add

This commit is contained in:
chme
2016-12-09 16:31:42 +01:00
parent e29539fa68
commit de61a3a851
3 changed files with 4 additions and 19 deletions

View File

@@ -670,14 +670,11 @@ db_spotify_files_delete(void);
/* Admin */
int
db_admin_add(const char *key, const char *value);
db_admin_set(const char *key, const char *value);
char *
db_admin_get(const char *key);
int
db_admin_update(const char *key, const char *value);
int
db_admin_delete(const char *key);