add missing c++ protection

This commit is contained in:
matthias.ringwald@gmail.com 2014-02-05 20:49:22 +00:00
parent f51189dbdd
commit 20e1c31c98

View File

@ -114,4 +114,8 @@ void central_device_db_counter_set(int index, uint32_t counter);
*/
void central_device_db_remove(int index);
#if defined __cplusplus
}
#endif
#endif // __CENTRAL_DEVICE_DB_H