freebsd-ports/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h
Cheng-Lung Sung beaf13fa4e - Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:		ports/162423
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:	maintainer (Denise H. G.)
Feature safe:	yes
2011-11-11 05:18:26 +00:00

11 lines
316 B
C

--- ./src/lib/fcitx-utils/utils.h~ 2011-10-02 05:43:11.000000000 -0500
+++ ./src/lib/fcitx-utils/utils.h 2011-11-09 14:43:09.006406004 -0600
@@ -120,6 +120,8 @@ extern "C" {
char* fcitx_get_process_name();
+ ssize_t getline(char ** linep, size_t * linecapp, FILE * stream);
+
#ifdef __cplusplus
}
#endif