summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_acl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_acl.c b/tests/test_acl.c
index 102c01be4..be9866c0c 100644
--- a/tests/test_acl.c
+++ b/tests/test_acl.c
@@ -211,7 +211,8 @@ AST_TEST_DEFINE(acl)
int err = 0;
int i;
- int build_ha(const struct acl *acl, size_t len, struct ast_ha **ha, const char *acl_name) {
+ auto int build_ha(const struct acl *acl, size_t len, struct ast_ha **ha, const char *acl_name);
+ auto int build_ha(const struct acl *acl, size_t len, struct ast_ha **ha, const char *acl_name) {
size_t i;
for (i = 0; i < len; ++i) {