]> git.sur5r.net Git - ngadmin/commitdiff
Fix remaining old prototypes
authordarkcoven <admin@darkcoven.tk>
Fri, 18 Oct 2013 20:12:07 +0000 (22:12 +0200)
committerdarkcoven <admin@darkcoven.tk>
Fri, 18 Oct 2013 20:12:07 +0000 (22:12 +0200)
cli/src/com_help.c
cli/src/com_list.c
cli/src/com_login.c

index 34fc2bcf3d15b85662b095c74e343a83393e9da6..7c5a8ebd0e9538b76e49371151719043792f8062 100644 (file)
@@ -2,7 +2,7 @@
 #include "commands.h"
 
 
-bool do_help (int argc, const char **argv UNUSED, struct ngadmin *nga UNUSED)
+int do_help (int argc, const char **argv UNUSED, struct ngadmin *nga UNUSED)
 {
        const struct TreeNode *s;
        
index 853f8f371f79055e33fa18bfdaa3989a904c26b6..190a5b02eeac45f2a9b27067984a9f51d992b155 100644 (file)
@@ -2,7 +2,7 @@
 #include "commands.h"
 
 
-bool do_list (int argc, const char **argv UNUSED, struct ngadmin *nga)
+int do_list (int argc, const char **argv UNUSED, struct ngadmin *nga)
 {
        int n;
        const struct swi_attr *sa;
index a6ee7e8a90952f92b749768fafea928885924790..2b626054cfa8771ce4aa22cf754f3d751cf6b9e6 100644 (file)
@@ -2,7 +2,7 @@
 #include "commands.h"
 
 
-bool do_login (int argc, const char **argv, struct ngadmin *nga)
+int do_login (int argc, const char **argv, struct ngadmin *nga)
 {
        int i;