blob: 3d759dd661a2e78fd169e7fddcaa148769d5a54a [file] [log] [blame] [raw]
/***************************************************************************
main.h
-------------------
begin : Wed Jul 25 2001
copyright : (C) 2001 by Roland Riegel
email : support@roland-riegel.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream.h>
#include <ctype.h>
#include <time.h>
#include <curses.h>
#include <signal.h>
#include <string>
#include <vector>
#include "dev.h"
using std::string;
using std::vector;
void printhelp();
void finish(int);
int main(int, char **);