projects
/
platform
/
core
/
connectivity
/
stc-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80b91e
)
Fixed the build error using gcc 13
72/294972/1
accepted/tizen_8.0_unified
tizen_8.0
accepted/tizen/8.0/unified/20231005.093247
accepted/tizen/unified/20230705.063703
accepted/tizen/unified/dev/20230726.115802
tizen_8.0_m2_release
author
wchang kim
<wchang.kim@samsung.com>
Thu, 29 Jun 2023 07:54:18 +0000
(16:54 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Thu, 29 Jun 2023 07:54:18 +0000
(16:54 +0900)
Change-Id: Ie55996fc1eadaef56c3447e8014895e541512e9a
include/stc-db.h
patch
|
blob
|
history
diff --git
a/include/stc-db.h
b/include/stc-db.h
index adc3eda785afcd72fafe7c6ea8bbc94425563082..f507cf3b3a95451d25f3bd8b7501ecab82783c8d 100644
(file)
--- a/
include/stc-db.h
+++ b/
include/stc-db.h
@@
-82,7
+82,7
@@
void stc_deinit_db_guard(void);
/**
* @desc This function initializes storage module.
*/
-
gboolean
stc_db_initialize(void);
+
stc_error_e
stc_db_initialize(void);
/**
* @desc This function deinitializes storage module.