/* $Id: listing.h,v 1.2 2006/09/16 12:17:17 maxim Exp $ * */ #ifndef LISTING_H #define LISTING_H #include "httpd.h" int showListing(Request* r, char* name); #endif