/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 *    Copyright 2018 (c) basysKom GmbH <opensource@basyskom.com> (Author: Peter Rustler)
 */

#ifndef UA_HISTORYDATABACKEND_SQLITE_H_
#define UA_HISTORYDATABACKEND_SQLITE_H_

#include "history_data_backend.h"

_UA_BEGIN_DECLS

UA_HistoryDataBackend UA_EXPORT
UA_HistoryDataBackend_Sqlite(char* path);

_UA_END_DECLS

#endif /* UA_HISTORYDATABACKEND_SQLITE_H_ */
