]> git.sur5r.net Git - ngadmin/blob - cli/com_quit.c
64c7824fe59a1855961dec5054187ec957544933
[ngadmin] / cli / com_quit.c
1
2 #include "commands.h"
3
4
5
6 bool do_quit (int nb UNUSED, const char **com UNUSED, struct ngadmin *nga UNUSED) {
7  
8  cont=0;
9  
10  return true;
11  
12 }
13
14