Changeset 44

Show
Ignore:
Timestamp:
05/05/08 11:36:19 (5 months ago)
Author:
ludovic.rousseau
Message:

comment out unused function to_base64()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/base64.c

    r32 r44  
    4848}; 
    4949 
     50#if 0 
    5051static void to_base64(unsigned int i, unsigned char *out, unsigned int fillers) 
    5152{ 
     
    6162        } 
    6263} 
     64#endif 
    6365 
    6466static int from_base64(const char *in, unsigned int *out, int *skip)