From 94eea1e7324e6599decb73b78d13b111dd5b2621 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Mon, 28 Oct 2013 21:48:46 -0700 Subject: Extract function to determine executable directory from load_config so it can be used elsewhere --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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_ -- cgit v1.2.3