interface: fix to compatible with C language. 35/193635/2
authorHermet Park <hermetpark@gmail.com>
Thu, 22 Nov 2018 11:44:18 +0000 (20:44 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Mon, 26 Nov 2018 05:34:00 +0000 (05:34 +0000)
commit53e71eb670874f6a90570171bf377428f54fb8c7
tree662c5200386ca6ce7b8f1ec8a1ffae5e690a2c7f
parent32a77c49d6c0e72be75aa6a645902ec7feea22f5
interface: fix to compatible with C language.

C++ structure type declaration is more flexible than C's.
C always need to declare "struct Name" to use.
That's way we use typedef struct Name as a alias "Name".

Here patch just reorder the structure declaration for C language.

Change-Id: I43bc8d1fafb10e42cb22fcad4bc1115925a3cda2
inc/lottiecommon.h