timekeeper

My first (abandoned unfinished) web application for time tracking
git clone git://jacobedwards.org/timekeeper
Log | Files | Refs | README

frag.c (127B)


      1 #include "common.h"
      2 
      3 enum kcgi_err
      4 pagefrag(struct pagedata *pd)
      5 {
      6 	return fragpage(pd, pd->req.pagename, pd->req.pagename);
      7 }