aboutsummaryrefslogtreecommitdiff
path: root/tools/net/sunrpc/xdrgen/templates/C/enum/declaration/close.j2
blob: ab1e576c953183d9d2a23da7e244689e185ca4c5 (plain)
1
2
3
4
{# SPDX-License-Identifier: GPL-2.0 #}

bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, enum {{ name }} *ptr);
bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, enum {{ name }} value);