|
|
|
@ -1,9 +1,5 @@
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef JOURNALD_NATIVE_SD_JOURNAL_H
|
|
|
|
|
#define JOURNALD_NATIVE_SD_JOURNAL_H
|
|
|
|
|
|
|
|
|
@ -48,8 +44,4 @@ extern "C" {
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif // JOURNALD_NATIVE_SD_JOURNAL_H
|
|
|
|
|