X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnames.h;h=a2395af7c585bc24e1c4a93a0ad3087d20cd53fc;hp=1163ff6efd22d5a834508efe97e1ef03d1f223e0;hb=0c7e0210d900185d4c1a9ffd969dc2a26d9523a9;hpb=e11daa264615f6eb5782f1f349b23f47518577dd diff --git a/src/names.h b/src/names.h index 1163ff6e..a2395af7 100644 --- a/src/names.h +++ b/src/names.h @@ -1,7 +1,7 @@ /* names.h -- header for names.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2013 Guus Sliepen + 2000-2015 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 @@ -31,7 +31,7 @@ extern char *logfilename; extern char *pidfilename; extern char *program_name; -extern void make_names(void); +extern void make_names(bool daemon); extern void free_names(void); #endif /* __TINC_NAMES_H__ */