From 8e853dc78094cb7ebf13b154f2a6f0785e44c874 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 5 Oct 2008 10:49:32 +0000 Subject: Make struct_termios_def const git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5424 c046a42c-6fe2-441c-8c8c-71466251a162 --- thunk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thunk.c') diff --git a/thunk.c b/thunk.c index 7331aeb477..04f5f869c4 100644 --- a/thunk.c +++ b/thunk.c @@ -113,7 +113,8 @@ void thunk_register_struct(int id, const char *name, const argtype *types) } } -void thunk_register_struct_direct(int id, const char *name, StructEntry *se1) +void thunk_register_struct_direct(int id, const char *name, + const StructEntry *se1) { StructEntry *se; se = struct_entries + id; -- cgit v1.2.1