]> git.sur5r.net Git - openldap/commitdiff
Warning cleanup: destroy_actions() returns no value; use return type void
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 2 Apr 2006 19:55:05 +0000 (19:55 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 2 Apr 2006 19:55:05 +0000 (19:55 +0000)
libraries/librewrite/rule.c

index 4964ef0a6c5abf2fa11d6cf0e913710bed5448ae..f834bca78b42613d01f4769ebecb70050d4a6854 100644 (file)
@@ -99,7 +99,7 @@ destroy_action(
        return 0;
 }
 
-static int
+static void
 destroy_actions(
        struct rewrite_action *paction
 )