projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e738704
)
Have to pass a const char * to function expecting char * here, otherwise it fails...
author
Chris Wareham
<chris@chriswareham.net>
Tue, 14 Aug 2012 11:59:44 +0000
(12:59 +0100)
committer
Jon Trulson
<jon@radscan.com>
Tue, 14 Aug 2012 18:44:20 +0000
(12:44 -0600)
cde/lib/tt/lib/db/db_server.h
patch
|
blob
|
history
diff --git
a/cde/lib/tt/lib/db/db_server.h
b/cde/lib/tt/lib/db/db_server.h
index 63b66cb8a8ff04386d04a6f3e3d932c1aadd8d09..cd3b67568e1769b44b138052e17ae511ae9ceee8 100644
(file)
--- a/
cde/lib/tt/lib/db/db_server.h
+++ b/
cde/lib/tt/lib/db/db_server.h
@@
-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(c
onst c
har**, 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*);