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

17 lines
208 B
C

#ifndef STORE_NULL_H
#define STORE_NULL_H
#ifdef __cplusplus
extern "C" {
#endif
#include "store.h"
struct storage_backend * init_storage_null();
#ifdef __cplusplus
}
#endif
#endif /* STORE_NULL_H */