/*chelp.h - output an chelp file given a module defn*/
#ifndef chelp_H
#define chelp_H

#include <stdio.h>

extern os_error *chelp_output (FILE *, char *title, char *author,
      lookup_t, lookup_t, lookup_t, lookup_t);

#endif
