add slist

This commit is contained in:
Mario Fetka
2026-05-22 16:26:20 +02:00
parent 09a3f9f551
commit 36d566939c
5 changed files with 199 additions and 23 deletions

2
net.c
View File

@@ -34,9 +34,7 @@ static struct s_net_functions {
{"PATHDEL","removes search path" , func_path , 1},
{"PATHINS","insert search path" , func_path , 2},
{"LOGOUT", "logout from server", func_logout , 0},
#if 0
{"SLIST", "list servers", func_slist , 0},
#endif
{"PASSWD", "change password", func_passwd , 0},
#if 1
{"TESTS", "only testroutines!", func_tests , 0},