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:
committed by
Jon Trulson
parent
e738704385
commit
de82eebdd5
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user