diff options
Diffstat (limited to 'chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h')
-rw-r--r-- | chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h b/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h new file mode 100644 index 000000000000..7275ae7a08b5 --- /dev/null +++ b/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h @@ -0,0 +1,11 @@ +--- ./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 |