/***************************************************************************** * * (C) Copyright 1995-2005 The Board of Trustees of the * University of Illinois * All Rights Reserved * ******************************************************************************/ /***************************************************************************** * RCS INFORMATION: * * $RCSfile: seqqr.h,v $ * $Author: erobert3 $ $Locker: $ $State: Exp $ * $Revision: 1.1.2.3 $ $Date: 2005/01/05 03:49:20 $ * ******************************************************************************/ // $Id: seqqr.h,v 1.1.2.3 2005/01/05 03:49:20 erobert3 Exp $ #ifndef SEQQR_H #define SEQQR_H #ifndef VERSION #define VERSION "no_autoconf" #endif int parseArgs(int argc, char** argv); void printUsage(int argc, char** argv); void printCopyright(int argc, char** argv); #endif