diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-10-28 21:48:46 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-10-28 21:48:46 -0700 |
commit | 94eea1e7324e6599decb73b78d13b111dd5b2621 (patch) | |
tree | 19dd4d605eccceba3b802089c7062b42fa13926c /config.h | |
parent | da665eb04a793552ed32ed8944dffbeb5220d7ae (diff) |
Extract function to determine executable directory from load_config so it can be used elsewhere
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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_ |