#ifndef EL__BOOKMARKS_BACKEND_DEFAULT_H #define EL__BOOKMARKS_BACKEND_DEFAULT_H #include "bookmarks/backend/common.h" #ifdef __cplusplus extern "C" { #endif extern struct bookmarks_backend default_bookmarks_backend; #ifdef __cplusplus } #endif #endif