/full stuff
[handlerosm.git] / handler_osm_gpx.c
blobaef346ce242259c4d1b1884a0bf4b2c4fe21ecc7
1 #include <cherokee/cherokee.h>
2 #include "handler_osm.h"
3 #include "handler_osm_gpx.h"
5 void gpx_data(cherokee_buffer_t *buf, unsigned long int id)
7 printf("%s\n", __func__);
10 void gpx_details(cherokee_buffer_t *buf, unsigned long int id)
12 printf("%s\n", __func__);