From: Hallvard Furuseth Date: Sun, 2 Apr 2006 19:55:05 +0000 (+0000) Subject: Warning cleanup: destroy_actions() returns no value; use return type void X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f67fecc7fbe58074dca8f2105586d784a5115117;p=openldap Warning cleanup: destroy_actions() returns no value; use return type void --- diff --git a/libraries/librewrite/rule.c b/libraries/librewrite/rule.c index 4964ef0a6c..f834bca78b 100644 --- a/libraries/librewrite/rule.c +++ b/libraries/librewrite/rule.c @@ -99,7 +99,7 @@ destroy_action( return 0; } -static int +static void destroy_actions( struct rewrite_action *paction )