Changeset d444c09 for lib/misc.h


Ignore:
Timestamp:
2007-10-12T00:06:50Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3933853, c78c032, eda54e4
Parents:
285b55d
Message:

Added word_wrap() function to misc.c and using it at the right places so
that long messages in groupchats also get wrapped properly (instead of
truncated).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r285b55d rd444c09  
    6464G_MODULE_EXPORT struct ns_srv_reply *srv_lookup( char *service, char *protocol, char *domain );
    6565
     66G_MODULE_EXPORT char *word_wrap( char *msg, int line_len );
     67
    6668#endif
Note: See TracChangeset for help on using the changeset viewer.