From 81509e1ee4ca99961467afa125abbee6aa67cbf1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 15 Feb 2007 22:16:19 +0000 Subject: [PATCH] renamed Result to Action --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40503 --- plugins/include/core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/core.inc b/plugins/include/core.inc index 36670c72..5c867e7f 100644 --- a/plugins/include/core.inc +++ b/plugins/include/core.inc @@ -27,7 +27,7 @@ struct PlVers /** * Specifies what to do after a hook completes. */ -enum Result +enum Action { Plugin_Continue = 0, /**< Continue with the original action */ Plugin_Handled = 3, /**< Handle the action at the end (don't call it) */