Changeset 170 for trunk/src/sh_forward.c


Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (17 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_forward.c

    r137 r170  
    22202220/* -- Mark all clients as dead.
    22212221 */
    2222 void sh_forward_mark_dead ()
     2222void sh_forward_mark_dead (void)
    22232223{
    22242224  zAVLCursor avlcursor;
     
    22382238/* -- Clean tree from dead clients.
    22392239 */
    2240 void sh_forward_clean_tree ()
     2240void sh_forward_clean_tree (void)
    22412241{
    22422242  zAVLCursor avlcursor;
     
    24992499/* -- Check for time limit exceeded. --
    25002500 */
    2501 static int client_time_check()
     2501static int client_time_check(void)
    25022502{
    25032503  zAVLCursor avlcursor;
     
    48144814static int sh_tcp_sock = -1;
    48154815
    4816 int sh_create_tcp_socket ()
     4816int sh_create_tcp_socket (void)
    48174817{
    48184818  struct sockaddr_in addr;
     
    53825382}
    53835383
    5384 void  free_client_tree ()
     5384void  free_client_tree (void)
    53855385{
    53865386  SL_ENTER(_("free_client_tree"));
Note: See TracChangeset for help on using the changeset viewer.