diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-19 12:41:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-19 12:41:24 +0200 |
commit | 8926e03891e137b408ed16c0f341ca84fbc6bd03 (patch) | |
tree | c8c5e75c9359157e117a57f901a1e63d1501f0fa /LIBAXL_REQUEST_OPEN_FONT.3 | |
parent | libaxl_receive_handshake and libaxl_send_request (diff) | |
download | libaxl-8926e03891e137b408ed16c0f341ca84fbc6bd03.tar.gz libaxl-8926e03891e137b408ed16c0f341ca84fbc6bd03.tar.bz2 libaxl-8926e03891e137b408ed16c0f341ca84fbc6bd03.tar.xz |
Add const to request structs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | LIBAXL_REQUEST_OPEN_FONT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LIBAXL_REQUEST_OPEN_FONT.3 b/LIBAXL_REQUEST_OPEN_FONT.3 index f8dbf3a..eeacb31 100644 --- a/LIBAXL_REQUEST_OPEN_FONT.3 +++ b/LIBAXL_REQUEST_OPEN_FONT.3 @@ -13,7 +13,7 @@ struct libaxl_request_open_font { libaxl_font_t \fIfid\fP; uint16_t \fIlength_of_name\fP; uint16_t \fI__pad2\fP; - char *\fIname\fP; + const char *\fIname\fP; }; .fi .SH DESCRIPTION |