mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Have to pass a const char * to function expecting char * here, otherwise it fails to link thanks to the declaration of a stub wth non-const param.
This commit is contained in:
parent
e738704385
commit
de82eebdd5
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ bool_t xdr_tt_garbage_collect_results(XDR *, _tt_garbage_collect_results *);
|
|||
|
||||
#include "db/tt_db_client_utils.h"
|
||||
|
||||
extern int *_tt_min_auth_level_1(const char**, CLIENT*, clnt_stat *status);
|
||||
extern int *_tt_min_auth_level_1(char**, CLIENT*, clnt_stat *status);
|
||||
extern _Tt_isam_results *_tt_isaddindex_1(_Tt_isaddindex_args*, CLIENT*);
|
||||
extern _Tt_isam_results *_tt_isbuild_1(_Tt_isbuild_args*, CLIENT*);
|
||||
extern _Tt_isam_results *_tt_isclose_1(int*, CLIENT*);
|
||||
|
|
Loading…
Reference in a new issue