mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Extra const committed by mistake - revert.
Jeremy.
This commit is contained in:
parent
7f8d3a49b2
commit
183ce97d37
@ -1695,7 +1695,7 @@ struct unix_error_map {
|
||||
|
||||
/* generic iconv conversion structure */
|
||||
typedef struct {
|
||||
size_t (*direct)(void *cd, const char **inbuf, size_t *inbytesleft,
|
||||
size_t (*direct)(void *cd, char **inbuf, size_t *inbytesleft,
|
||||
char **outbuf, size_t *outbytesleft);
|
||||
size_t (*pull)(void *cd, char **inbuf, size_t *inbytesleft,
|
||||
char **outbuf, size_t *outbytesleft);
|
||||
|
Loading…
x
Reference in New Issue
Block a user