Add extern C definition to notifier.h 86/319186/1 accepted/tizen/unified/20241119.153840 accepted/tizen/unified/20241128.121956 accepted/tizen/unified/x/20241218.032844 accepted/tizen/unified/x/asan/20241224.004618
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 17 Oct 2024 03:46:42 +0000 (12:46 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 17 Oct 2024 04:03:30 +0000 (13:03 +0900)
commitfcd495d666b0d337a1880de35822ebde3f96e795
tree3f1999e56c8a5ab3cfb2e1e570fcfb27b358a03e
parentd3375a465c9f1ab3fc00566cfa9cef44e84c2652
Add extern C definition to notifier.h

Although plugin-api-deviced header has extern C definition,
there was no extern C definition in the notifier header.
Thus, it was hard to implement utilizing notifier releated logic
from the C++ environment.
To support notifier usage in the C++ environment,
this is necessary.

Change-Id: I41b58beba054746dcfb21fe7cf7ed7c2193da440
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/libsyscommon/notifier.h