Linux-6.18.2/tools/net/sunrpc/xdrgen/templates/C/union/definition/close.j2

9 lines
257 B
Plaintext
Raw Normal View History

2025-12-23 20:05:50 +08:00
{# SPDX-License-Identifier: GPL-2.0 #}
} u;
};
{%- if name in public_apis %}
bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, struct {{ name }} *ptr);
bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const struct {{ name }} *ptr);
{%- endif -%}