Fix an inconsistent declaration of a function.
authorHiroshi Inoue <inoue@tpf.co.jp>
Sat, 21 Mar 2009 03:29:12 +0000 (03:29 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sat, 21 Mar 2009 03:29:12 +0000 (03:29 +0000)
psqlodbc.h

index c6c4800ce50e9df0fd259b6452b2ea84f686d2e8..07e73b89e474a6276692b9bacd548ee751605e5b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Comments:       See "notice.txt" for copyright and license information.
  *
- * $Id: psqlodbc.h,v 1.125 2009/03/20 15:39:22 hinoue Exp $
+ * $Id: psqlodbc.h,v 1.126 2009/03/21 03:29:12 hinoue Exp $
  *
  */
 
@@ -475,7 +475,7 @@ const pthread_mutexattr_t *getMutexAttr(void);
 #define WCLEN sizeof(SQLWCHAR)
 SQLULEN    ucs2strlen(const SQLWCHAR *ucs2str);
 char   *ucs2_to_utf8(const SQLWCHAR *ucs2str, SQLLEN ilen, SQLLEN *olen, BOOL tolower);
-SQLLEN utf8_to_ucs2_lf(const char * utf8str, SQLLEN ilen, BOOL lfconv, SQLWCHAR *ucs2str, SQLULEN buflen);
+SQLULEN    utf8_to_ucs2_lf(const char * utf8str, SQLLEN ilen, BOOL lfconv, SQLWCHAR *ucs2str, SQLULEN buflen);
 #define    utf8_to_ucs2(utf8str, ilen, ucs2str, buflen) utf8_to_ucs2_lf(utf8str, ilen, FALSE, ucs2str, buflen)
 #endif /* UNICODE_SUPPORT */