Files
openstreetmap-mod_tile-pyth…/includes/store_ro_composite.h
2013-08-09 18:46:10 -06:00

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