aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/afb-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb-plugin.h b/include/afb-plugin.h
index f2f4d6ec..88938e3d 100644
--- a/include/afb-plugin.h
+++ b/include/afb-plugin.h
@@ -72,7 +72,7 @@ typedef struct AFB_plugin AFB_plugin;
struct AFB_interface
{
- int verbose;
+ int verbosity;
enum AFB_Mode mode;
};