aboutsummaryrefslogtreecommitdiff
path: root/lib/reqencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reqencode.c')
-rw-r--r--lib/reqencode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reqencode.c b/lib/reqencode.c
index 70ac16d..c5a9655 100644
--- a/lib/reqencode.c
+++ b/lib/reqencode.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -37,6 +37,6 @@ encode_param(void *sym, void *data)
void
eclat_request_encode(struct ec2_request *req)
{
- grecs_symtab_enumerate(req->params, encode_param, NULL);
+ grecs_symtab_foreach(req->params, encode_param, NULL);
}

Return to:

Send suggestions and report system problems to the System administrator.