Changeset e27661d for protocols/nogaim.h


Ignore:
Timestamp:
2006-03-31T17:55:47Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7d31002
Parents:
d783e48
Message:

Finished the iconv() fix. Instead of doing it every time something goes from
or to the IM-modules, it's now just done with everything that goes between
BitlBee and the user. Incomparably more efficient/reliable. Plus some more
cleanups. It compiles, can't test it for real yet. ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rd783e48 re27661d  
    207207int serv_send_chat(irc_t *irc, struct gaim_connection *gc, int id, char *msg );
    208208
    209 G_MODULE_EXPORT signed int do_iconv( char *from_cs, char *to_cs, char *src, char *dst, size_t size, size_t maxbuf );
    210 char *set_eval_charset( irc_t *irc, set_t *set, char *value );
    211 
    212209void nogaim_init();
    213210int proto_away( struct gaim_connection *gc, char *away );
     
    258255G_MODULE_EXPORT void serv_got_chat_left( struct gaim_connection *gc, int id );
    259256
    260 /* util.c */
    261 G_MODULE_EXPORT void strip_linefeed( gchar *text );
    262 G_MODULE_EXPORT char *add_cr( char *text );
    263 G_MODULE_EXPORT char *tobase64( const char *text );
    264 G_MODULE_EXPORT char *normalize( const char *s );
    265 G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
    266 G_MODULE_EXPORT void strip_html( char *msg );
    267 G_MODULE_EXPORT char *escape_html( const char *html );
    268 G_MODULE_EXPORT void info_string_append(GString *str, char *newline, char *name, char *value);
    269 G_MODULE_EXPORT char *ipv6_wrap( char *src );
    270 G_MODULE_EXPORT char *ipv6_unwrap( char *src );
    271 
    272257/* prefs.c */
    273258G_MODULE_EXPORT void build_block_list();
Note: See TracChangeset for help on using the changeset viewer.