Changeset 5ebff60 for lib/base64.h


Ignore:
Timestamp:
2015-02-20T22:50:54Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
0b9daac, 3d45471, 7733b8c
Parents:
af359b4
git-author:
Indent <please@…> (19-02-15 05:47:20)
git-committer:
dequis <dx@…> (20-02-15 22:50:54)
Message:

Reindent everything to K&R style with tabs

Used uncrustify, with the configuration file in ./doc/uncrustify.cfg

Commit author set to "Indent <please@…>" so that it's easier to
skip while doing git blame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/base64.h

    raf359b4 r5ebff60  
    2626#include <gmodule.h>
    2727
    28 G_MODULE_EXPORT char *tobase64( const char *text );
    29 G_MODULE_EXPORT char *base64_encode( const unsigned char *in, int len );
    30 G_MODULE_EXPORT char *frombase64( const char *in );
    31 G_MODULE_EXPORT int base64_decode( const char *in, unsigned char **out );
     28G_MODULE_EXPORT char *tobase64(const char *text);
     29G_MODULE_EXPORT char *base64_encode(const unsigned char *in, int len);
     30G_MODULE_EXPORT char *frombase64(const char *in);
     31G_MODULE_EXPORT int base64_decode(const char *in, unsigned char **out);
Note: See TracChangeset for help on using the changeset viewer.