diff options
| author | blueswir1 | 2008-10-05 12:49:32 +0200 |
|---|---|---|
| committer | blueswir1 | 2008-10-05 12:49:32 +0200 |
| commit | 8e853dc78094cb7ebf13b154f2a6f0785e44c874 (patch) | |
| tree | 1e7b67dcfc7d8db9619d4628af239b8575f9e9ca /thunk.c | |
| parent | Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes (diff) | |
| download | qemu-8e853dc78094cb7ebf13b154f2a6f0785e44c874.tar.gz qemu-8e853dc78094cb7ebf13b154f2a6f0785e44c874.tar.xz qemu-8e853dc78094cb7ebf13b154f2a6f0785e44c874.zip | |
Make struct_termios_def const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5424 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'thunk.c')
| -rw-r--r-- | thunk.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
