Add extern C definition to notifier.h 25/320725/1 accepted/tizen/9.0/unified/20241125.071508
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 17 Oct 2024 03:46:42 +0000 (12:46 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 21 Nov 2024 10:18:00 +0000 (19:18 +0900)
commitf797db4418b28a366e024df01794a24f4628d92f
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