summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/config.h')
-rw-r--r--other/bootstrap_daemon/src/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/src/config.h b/other/bootstrap_daemon/src/config.h
index c6fca58e..022419bf 100644
--- a/other/bootstrap_daemon/src/config.h
+++ b/other/bootstrap_daemon/src/config.h
@@ -22,8 +22,8 @@
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 23 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
24 */ 24 */
25#ifndef CONFIG_H 25#ifndef C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_H
26#define CONFIG_H 26#define C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_H
27 27
28#include "../../../toxcore/DHT.h" 28#include "../../../toxcore/DHT.h"
29 29
@@ -49,4 +49,4 @@ int get_general_config(const char *cfg_file_path, char **pid_file_path, char **k
49 */ 49 */
50int bootstrap_from_config(const char *cfg_file_path, DHT *dht, int enable_ipv6); 50int bootstrap_from_config(const char *cfg_file_path, DHT *dht, int enable_ipv6);
51 51
52#endif // CONFIG_H 52#endif // C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_H