summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/action_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/action_helper.h')
-rw-r--r--apps/plugins/lib/action_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/action_helper.h b/apps/plugins/lib/action_helper.h
index 58d9c6c303..53f5c840f8 100644
--- a/apps/plugins/lib/action_helper.h
+++ b/apps/plugins/lib/action_helper.h
@@ -27,7 +27,7 @@
27*/ 27*/
28#ifndef _ACTION_HELPER_H_ 28#ifndef _ACTION_HELPER_H_
29#define _ACTION_HELPER_H_ 29#define _ACTION_HELPER_H_
30 30extern const size_t action_helper_maxbuffer;
31char* action_name(int action); 31char* action_name(int action);
32char* context_name(int context); 32char* context_name(int context);
33 33