mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,7 +35,7 @@ struct ast_db_entry {
|
||||
|
||||
int ast_db_get(const char *family, const char *key, char *out, int outlen);
|
||||
|
||||
int ast_db_put(const char *family, const char *key, char *value);
|
||||
int ast_db_put(const char *family, const char *key, const char *value);
|
||||
|
||||
int ast_db_del(const char *family, const char *key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user