diff options
Diffstat (limited to 'apps/plugins/lib/action_helper.h')
-rw-r--r-- | apps/plugins/lib/action_helper.h | 2 |
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 @@ */ #ifndef _ACTION_HELPER_H_ #define _ACTION_HELPER_H_ - +extern const size_t action_helper_maxbuffer; char* action_name(int action); char* context_name(int context); |