summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite_functions.h
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2021-03-09 12:44:37 +0200
committerGitHub <noreply@github.com>2021-03-09 12:44:37 +0200
commitfddcb83ee9cd94d61be47e774e006be433a85aeb (patch)
tree39ed63eb7f395e3771b3c37f0ae7feeb6cbdc03a /database/sqlite/sqlite_functions.h
parenta96fec94bab609d2a2d585b402e7cccf703dbe8a (diff)
Add the ability to store chart labels in the database (#10718)
Diffstat (limited to 'database/sqlite/sqlite_functions.h')
-rw-r--r--database/sqlite/sqlite_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/sqlite/sqlite_functions.h b/database/sqlite/sqlite_functions.h
index f0b4b775ee..05569ded58 100644
--- a/database/sqlite/sqlite_functions.h
+++ b/database/sqlite/sqlite_functions.h
@@ -58,5 +58,5 @@ extern void add_migrated_file(char *path, uint64_t file_size);
extern void db_unlock(void);
extern void db_lock(void);
extern void delete_dimension_uuid(uuid_t *dimension_uuid);
-
+extern void sql_store_chart_label(uuid_t *chart_uuid, int source_type, char *label, char *value);
#endif //NETDATA_SQLITE_FUNCTIONS_H