summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-conf.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:49:46 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:49:46 -0400
commit8b3a6039faff5b2df79626172fcb1df816e3e9a6 (patch)
treeb3c6337bb591848e259523d1e99895ee83ca1ca4 /src/grp-network/libnetworkd-core/networkd-conf.h
parentcbf74de439b6c0334596a9fd461aad2f4552e7fe (diff)
parent57113f5edeb70b391bb0d93ccee457829fc4b64f (diff)
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-conf.h')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-conf.h b/src/grp-network/libnetworkd-core/networkd-conf.h
index c7bfb42a72..00ddb7672a 100644
--- a/src/grp-network/libnetworkd-core/networkd-conf.h
+++ b/src/grp-network/libnetworkd-core/networkd-conf.h
@@ -23,7 +23,7 @@
int manager_parse_config_file(Manager *m);
-const struct ConfigPerfItem* networkd_gperf_lookup(const char *key, unsigned length);
+const struct ConfigPerfItem* networkd_gperf_lookup(const char *key, GPERF_LEN_TYPE length);
int config_parse_duid_type(
const char *unit,