elocation: allow usage of it with C++.

This commit is contained in:
Cedric BAIL 2015-04-28 15:17:49 +02:00
parent da3684b9bc
commit 39b14d705a
1 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,10 @@
#include <Ecore.h>
#include <Eldbus.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @ingroup Location
* @brief Available location events that are emitted from the library
@ -416,6 +420,10 @@ EAPI Eina_Bool elocation_init(void);
*/
EAPI void elocation_shutdown(void);
#ifdef __cplusplus
}
#endif
#endif /* BETA API */
#endif