This updates the username code, basically I for now take for granted
[handlerosm.git] / handler_osm_gpx.c
blob73b3f223117a68ecf35648f6a0721b98a8127869
1 #include <cherokee/common-internal.h>
2 #include <cherokee/cherokee.h>
3 #include "handler_osm.h"
4 #include "handler_osm_gpx.h"
6 void gpx_data(cherokee_buffer_t *buf, unsigned long int id)
8 printf("%s\n", __func__);
11 void gpx_details(cherokee_buffer_t *buf, unsigned long int id)
13 printf("%s\n", __func__);