diff options
Diffstat (limited to 'libguile-ssh/common.h')
| -rw-r--r-- | libguile-ssh/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile-ssh/common.h b/libguile-ssh/common.h index cc848dd..9750b7f 100644 --- a/libguile-ssh/common.h +++ b/libguile-ssh/common.h @@ -34,10 +34,10 @@ struct symbol_mapping { }; extern SCM -_ssh_const_to_scm (struct symbol_mapping *types, int value); +_ssh_const_to_scm (const struct symbol_mapping *types, int value); -extern struct symbol_mapping * -_scm_to_ssh_const (struct symbol_mapping *types, SCM value); +extern const struct symbol_mapping * +_scm_to_ssh_const (const struct symbol_mapping *types, SCM value); extern SCM _scm_object_hex_address (SCM obj); |
