[uim-commit] r859 - trunk/uim

tkng at freedesktop.org tkng at freedesktop.org
Wed Jun 1 23:40:18 PDT 2005


Author: tkng
Date: 2005-06-01 23:40:15 -0700 (Wed, 01 Jun 2005)
New Revision: 859

Modified:
   trunk/uim/uim-helper-server.c
Log:
* uim/uim-helper-server.c:
 - (get_unused_fd): Added void to the argument of function declaration.
 - Added a comment.

Modified: trunk/uim/uim-helper-server.c
===================================================================
--- trunk/uim/uim-helper-server.c	2005-06-02 06:35:15 UTC (rev 858)
+++ trunk/uim/uim-helper-server.c	2005-06-02 06:40:15 UTC (rev 859)
@@ -134,7 +134,7 @@
 }
 
 static struct client *
-get_unused_client()
+get_unused_client(void)
 {
   int i;
   for (i = 0; i < nr_client_slots; i++) {
@@ -202,6 +202,7 @@
   return 1;
 }
 
+/* FIXME: This function is too long to read... */
 static void
 uim_helper_server_process_connection(int serv_fd)
 {



More information about the uim-commit mailing list