/* Copyright (C) 2003, 2004 Dave Bayer. Subject to the terms and conditions of the MIT License. */ /* function prototypes */ void makeRelativeName( const char *fromName, const char *toName, char *buf, int len ); void htmlFromDoc( int argc, const char *argv[] );