plugin: Fix Werrors caused by GCC-14.1.0 porting 31/312231/1 accepted/tizen_unified tizen accepted/tizen/unified/20240605.153203
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 5 Jun 2024 07:40:02 +0000 (16:40 +0900)
committerDongkyun 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

index 29dfde2..5cc5c6e 100755 (executable)
@@ -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 );