/*
 * console.h -- definitions and prototypes for console.c
 *
 */

#ifndef CONSOLE_H
#define CONSOLE_H

#include "options_incl.h"

#ifdef HAS_CONSOLE
extern void console_command(char *);
#endif

#endif

