[gq-commit] gq/src encode.c,1.21,1.22 encode.h,1.9,1.10
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-04 09:52:29
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv2258 Modified Files: encode.c encode.h Log Message: * Made gq_codeset const Index: encode.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/encode.c,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** encode.c 2 Oct 2003 16:16:26 -0000 1.21 --- encode.c 4 Oct 2003 09:52:24 -0000 1.22 *************** *** 48,52 **** #include "debug.h" ! char *gq_codeset = GQ_CODESET; const char *decode_string(char *native_string, const gchar *ldap_string, --- 48,52 ---- #include "debug.h" ! const char *gq_codeset = GQ_CODESET; const char *decode_string(char *native_string, const gchar *ldap_string, Index: encode.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/encode.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** encode.h 28 Sep 2003 03:26:25 -0000 1.9 --- encode.h 4 Oct 2003 09:52:24 -0000 1.10 *************** *** 47,51 **** ! extern char *gq_codeset; #ifdef HAVE_LIBCRYPTO --- 47,51 ---- ! extern const char *gq_codeset; #ifdef HAVE_LIBCRYPTO |