summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-10-28 21:48:46 -0700
committerMike Pavone <pavone@retrodev.com>2013-10-28 21:48:46 -0700
commit94eea1e7324e6599decb73b78d13b111dd5b2621 (patch)
tree19dd4d605eccceba3b802089c7062b42fa13926c /config.h
parentda665eb04a793552ed32ed8944dffbeb5220d7ae (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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index b520d19..f0e83a1 100644
--- a/config.h
+++ b/config.h
@@ -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_