Changeset 424e663 for lib/misc.h


Ignore:
Timestamp:
2008-06-22T09:32:46Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fb4e9a3f
Parents:
98de2cc
Message:

Partial fix for #419: Moved normalize() and some other stuff to OSCAR
becuase it's the only place where it's used, and using this to strip
spaces from all screennames before sending them to BitlBee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r98de2cc r424e663  
    4141G_MODULE_EXPORT char *add_cr( char *text );
    4242G_MODULE_EXPORT char *strip_newlines(char *source);
    43 G_MODULE_EXPORT char *normalize( const char *s );
    4443
    4544G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
Note: See TracChangeset for help on using the changeset viewer.