X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=main.h;h=ecc078be171ad118014a9b79b96c01885e22a395;hp=db1d8ddf4405538a711ca351d7382575f902253c;hb=HEAD;hpb=e7a2abd9bd4fce9ebbd70793b00d9d5f99886348 diff --git a/main.h b/main.h index db1d8dd..ecc078b 100644 --- a/main.h +++ b/main.h @@ -1,19 +1,19 @@ - -// main.h - -#ifndef MAIN_H -#define MAIN_H - -// includes - -#include "util.h" - -// functions - -extern void quit (); -extern void polyglot_set_option(char *name, char *value); - -#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 +