Ignore:
Timestamp:
2010-04-02T02:29:45Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
231b08b
Parents:
e63507a
Message:

Cleaned lots of compiler warnings so I can get some signal again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    re63507a rfb117aee  
    3737#include "nogaim.h"
    3838#include "chat.h"
    39 
    40 static int remove_chat_buddy_silent( struct groupchat *b, const char *handle );
    4139
    4240GSList *connections;
     
    475473};
    476474
     475#if 0
    477476static void imcb_ask_auth_cb_no( void *data )
    478477{
     
    494493        g_free( cbd );
    495494}
     495#endif
    496496
    497497void imcb_ask_auth( struct im_connection *ic, const char *handle, const char *realname )
     
    516516
    517517
     518#if 0
    518519static void imcb_ask_add_cb_no( void *data )
    519520{
     
    530531        return imcb_ask_add_cb_no( data );
    531532}
     533#endif
    532534
    533535void imcb_ask_add( struct im_connection *ic, const char *handle, const char *realname )
     
    597599        return c;
    598600#endif
     601        return NULL;
    599602}
    600603
     
    783786}
    784787
     788#if 0
    785789static int remove_chat_buddy_silent( struct groupchat *b, const char *handle )
    786790{
    787 #if 0
    788791        GList *i;
    789792       
     
    801804                i = i->next;
    802805        }
    803 #endif
    804806       
    805807        return 0;
    806808}
     809#endif
    807810
    808811
Note: See TracChangeset for help on using the changeset viewer.