summaryrefslogtreecommitdiffstats
path: root/src/lib/exp.c
diff options
context:
space:
mode:
authorRich Fought <Rich.Fought@watchguard.com>2012-10-09 22:16:00 (GMT)
committerRich Fought <Rich.Fought@watchguard.com>2012-10-09 22:16:00 (GMT)
commitd3bec59eb93a64e803307b9a2ce0b7aad9be5555 (patch)
tree3b5ac93fd5ddfd9a6f97cf7891a0e1b895edab48 /src/lib/exp.c
parent3cb581d5986002bb8430a894402b8015b2dd2af3 (diff)
downloadlibnl-d3bec59eb93a64e803307b9a2ce0b7aad9be5555.zip
libnl-d3bec59eb93a64e803307b9a2ce0b7aad9be5555.tar.gz
libnl-d3bec59eb93a64e803307b9a2ce0b7aad9be5555.tar.bz2
bugfixes
Diffstat (limited to 'src/lib/exp.c')
-rw-r--r--src/lib/exp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/exp.c b/src/lib/exp.c
index 01aae01..82820f9 100644
--- a/src/lib/exp.c
+++ b/src/lib/exp.c
@@ -59,6 +59,12 @@ void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg)
nfnl_exp_set_id(exp, id);
}
+void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg)
+{
+ int err;
+ nfnl_exp_set_helper_name(exp, arg);
+}
+
void nl_cli_exp_parse_src(struct nfnl_exp *exp, int tuple, char *arg)
{
int err;