/*
 *  HELPINFO.H
 *
 *  Released to the public domain.
 *
 *  Prototype for HELPINFO.C.
 */

#ifndef __HELPINFO_H__
#define __HELPINFO_H__

void helpinfo(int argc, char *argv[]);

#endif


syntax highlighted by Code2HTML, v. 0.9.1