mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
11 lines
188 B
C
11 lines
188 B
C
--- uim/uim.h.orig 2013-06-30 04:26:09 UTC
|
|
+++ uim/uim.h
|
|
@@ -430,7 +430,7 @@ struct uim_code_converter {
|
|
*
|
|
* @return 0 on success, otherwise -1
|
|
*/
|
|
-int
|
|
+long
|
|
uim_init(void);
|
|
|
|
/**
|