/* @(#) $Id: help.h,v 1.3 2007/01/04 19:15:59 dcid Exp $ */ /* Copyright (C) 2004 Daniel B. Cid * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation */ /* Help Function */ #ifndef __HELP_H #define __HELP_H void help(); void print_version(); #endif