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

20 lines
305 B
C

#ifndef CACHEEXPIRE_H
#define CACHEEXPIRE_H
#ifdef __cplusplus
extern "C" {
#endif
#define HTCP_EXPIRE_CACHE 1
#define HTCP_EXPIRE_CACHE_PORT "4827"
void cache_expire(int sock, char * host, char * uri, int x, int y, int z);
int init_cache_expire(char * htcphost);
#ifdef __cplusplus
}
#endif
#endif