X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=main.h;h=ecc078be171ad118014a9b79b96c01885e22a395;hp=c268fb2719039ed565d6899ee242a9974d323b92;hb=HEAD;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f diff --git a/main.h b/main.h index c268fb2..ecc078b 100644 --- a/main.h +++ b/main.h @@ -1,18 +1,19 @@ - -// main.h - -#ifndef MAIN_H -#define MAIN_H - -// includes - -#include "util.h" - -// functions - -extern void quit (); - -#endif // !defined MAIN_H - -// end of main.h - + +// main.h + +#ifndef MAIN_H +#define MAIN_H + +// includes + +#include "util.h" + +// functions + +extern void quit (); +extern void polyglot_set_option(const char *name, const char *value); + +#endif // !defined MAIN_H + +// end of main.h +