From 8926e03891e137b408ed16c0f341ca84fbc6bd03 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Jun 2020 12:41:24 +0200 Subject: Add const to request structs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- LIBAXL_REQUEST_INTERN_ATOM.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'LIBAXL_REQUEST_INTERN_ATOM.3') diff --git a/LIBAXL_REQUEST_INTERN_ATOM.3 b/LIBAXL_REQUEST_INTERN_ATOM.3 index cf8eda0..95821ea 100644 --- a/LIBAXL_REQUEST_INTERN_ATOM.3 +++ b/LIBAXL_REQUEST_INTERN_ATOM.3 @@ -7,12 +7,12 @@ LIBAXL_REQUEST_INTERN_ATOM - Get atom ID from atom name #define LIBAXL_REQUEST_INTERN_ATOM 16 struct libaxl_request_intern_atom { - uint8_t \fIopcode\fP; - uint8_t \fIonly_if_exists\fP; - uint16_t \fI_request_length\fP; - uint16_t \fIlength_of_name\fP; - uint8_t \fI__pad\fP; - char *\fIname\fP; + uint8_t \fIopcode\fP; + uint8_t \fIonly_if_exists\fP; + uint16_t \fI_request_length\fP; + uint16_t \fIlength_of_name\fP; + uint8_t \fI__pad\fP; + const char *\fIname\fP; }; .fi .SH DESCRIPTION -- cgit v1.2.3-70-g09d2