mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-08 08:24:25 +00:00
16 lines
251 B
C
16 lines
251 B
C
#ifndef STOREROCOMPOSITE_H
|
|
#define STOREROCOMPOSITE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "store.h"
|
|
|
|
struct storage_backend * init_storage_ro_composite(const char * connection_string);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|