--- gvpe/src/util.h 2003/10/22 01:05:23 1.11 +++ gvpe/src/util.h 2004/05/10 20:13:10 1.12 @@ -45,11 +45,6 @@ extern int detach (int do_detach); /* - * Set all files and paths according to netname - */ -extern void make_names (void); - -/* * check wether the given path is an absolute pathname */ #define ABSOLUTE_PATH(c) ((c)[0] == '/')