Add forgotten files 1.4.70b
[polyglot.git] / main.h
diff --git a/main.h b/main.h
index db1d8dd..ecc078b 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1,19 +1,19 @@
-\r
-// main.h\r
-\r
-#ifndef MAIN_H\r
-#define MAIN_H\r
-\r
-// includes\r
-\r
-#include "util.h"\r
-\r
-// functions\r
-\r
-extern void quit ();\r
-extern void polyglot_set_option(char *name, char *value);\r
-\r
-#endif // !defined MAIN_H\r
-\r
-// end of main.h\r
-\r
+
+// 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
+