diff config.h @ 496:6fc71114d145

Extract function to determine executable directory from load_config so it can be used elsewhere
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Oct 2013 21:48:46 -0700
parents 140af5509ce7
children bb60259e8edf
line wrap: on
line diff
--- a/config.h	Mon Oct 28 19:37:30 2013 -0700
+++ b/config.h	Mon Oct 28 21:48:46 2013 -0700
@@ -1,13 +1,13 @@
 /*
  Copyright 2013 Michael Pavone
- This file is part of BlastEm. 
+ This file is part of BlastEm.
  BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
 */
 #ifndef CONFIG_H_
 #define CONFIG_H_
 #include "tern.h"
 
-tern_node * load_config(char * expath);
+tern_node * load_config();
 
 #endif //CONFIG_H_