mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-01 07:43:30 +00:00
16 lines
244 B
C
16 lines
244 B
C
#ifndef STOREMEMCACHED_H
|
|
#define STOREMEMCACHED_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "store.h"
|
|
|
|
struct storage_backend * init_storage_memcached(const char * connection_string);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|