#ifndef opt_h #define opt_h /** \file opt.h * Header file for \ref opt.c * * Contains declarations of the functions implemented in \ref opt.c * Project: ParallelCarParrinello Jan Hamaekers 2000 File: opt.h $Id: opt.h,v 1.7 2006/03/30 22:19:51 foo Exp $ */ void GetOptions(struct CallOptions *Call, int argc, char *const argv[]); /* parsen der Kommandozeile */ void StartDebugger(void); /* versuche anhand von DebugString den gewaehlten debugger auf gewaehltem X Host zu starten */ void SetOutGroup1(struct CallOptions *Call); void SetOutGroup2(struct Problem *P, struct CallOptions *Call); #endif /* opt_h */