X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=3a040c7b74cdb9b5502210e764b59d6e13ecc059;hp=5b0796e5bfbbf4fe5fb38f082a3a0c08390328f6;hb=c9c3cc03bfec664f7386011f3fc608d1c0844836;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd diff --git a/src/conf.h b/src/conf.h index 5b0796e5..3a040c7b 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,7 +1,7 @@ /* conf.h -- header for conf.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2009 Guus Sliepen + 2000-2012 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,6 +63,5 @@ extern bool read_server_config(void); extern bool read_connection_config(struct connection_t *); extern FILE *ask_and_open(const char *, const char *); extern bool is_safe_path(const char *); -extern bool disable_old_keys(FILE *); #endif /* __TINC_CONF_H__ */