aboutsummaryrefslogtreecommitdiffstats
path: root/LIBAXL_REQUEST_OPEN_FONT.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-19 12:41:24 +0200
committerMattias Andrée <maandree@kth.se>2020-06-19 12:41:24 +0200
commit8926e03891e137b408ed16c0f341ca84fbc6bd03 (patch)
treec8c5e75c9359157e117a57f901a1e63d1501f0fa /LIBAXL_REQUEST_OPEN_FONT.3
parentlibaxl_receive_handshake and libaxl_send_request (diff)
downloadlibaxl-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.32
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