diff src/main.h @ 508:011a6be611c8

Move options stuff to options.{c,h} and remove globals.c
author zas_
date Thu, 24 Apr 2008 09:09:48 +0000
parents 135570a8bd96
children b78a91d0779e
line wrap: on
line diff
--- a/src/main.h	Thu Apr 24 08:53:39 2008 +0000
+++ b/src/main.h	Thu Apr 24 09:09:48 2008 +0000
@@ -112,18 +112,7 @@
 
 
 #include "typedefs.h"
-
-/*
- *----------------------------------------------------------------------------
- * globals
- *----------------------------------------------------------------------------
- */
-ConfOptions *init_options(ConfOptions *options); /* TODO: move to globals.h */
-
-ConfOptions *options;
-
-
-
+#include "options.h"
 
 /*
  *----------------------------------------------------------------------------