Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.c

    rb52e478 rc6ca3ee  
    3434#include "nogaim.h"
    3535#include "base64.h"
     36#include "md5.h"
    3637#include <stdio.h>
    3738#include <stdlib.h>
     
    4647#endif
    4748
    48 #include "md5.h"
    4949#include "ssl_client.h"
    5050
     
    8989        { "gt",     ">" },
    9090        { "amp",    "&" },
    91         { "apos",   "'" },
    9291        { "quot",   "\"" },
    9392        { "aacute", "á" },
     
    523522
    524523/* Word wrapping. Yes, I know this isn't UTF-8 clean. I'm willing to take the risk. */
    525 char *word_wrap( char *msg, int line_len )
     524char *word_wrap( const char *msg, int line_len )
    526525{
    527526        GString *ret = g_string_sized_new( strlen( msg ) + 16 );
Note: See TracChangeset for help on using the changeset viewer.