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__
);