projects
/
sdk
/
target
/
sdbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ea67a
)
plugin: Fix Werrors caused by GCC-14.1.0 porting
31/312231/1
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
sandbox/kusin/tizen
accepted/tizen/9.0/unified/20241030.235242
accepted/tizen/unified/20240605.153203
accepted/tizen/unified/20240611.123243
accepted/tizen/unified/dev/20240620.011354
accepted/tizen/unified/toolchain/20240610.172850
accepted/tizen/unified/x/20240610.223428
accepted/tizen/unified/x/asan/20240625.092057
tizen_9.0_m2_release
author
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 5 Jun 2024 07:40:02 +0000
(16:40 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 5 Jun 2024 07:40:02 +0000
(16:40 +0900)
-Wimplicit-function-declaration
https://gcc.gnu.org/gcc-14/porting_to.html
Change-Id: I05932cdeacd478074bfef01814baf91ee2fad55c
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
src/plugin.h
patch
|
blob
|
history
diff --git
a/src/plugin.h
b/src/plugin.h
index 29dfde254b00c0a875e40b28712483aac2dccb2a..5cc5c6e5d44d5bf480c257d0329723a18046d0b5 100755
(executable)
--- a/
src/plugin.h
+++ b/
src/plugin.h
@@
-32,6
+32,7
@@
int default_plugin_async_proc ( int cmd, parameters* in, int out_fd );
void load_sdbd_plugin();
void unload_sdbd_plugin();
+void unload_sdbd_service_plugin();
int request_sync_cmd ( int cmd, parameters* in, parameters* out );