Changeset 5ebff60 for conf.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
  • conf.h

    raf359b4 r5ebff60  
    1   /********************************************************************\
     1/********************************************************************\
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
     
    3030typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t;
    3131
    32 typedef struct conf
    33 {
     32typedef struct conf {
    3433        char *iface_in, *iface_out;
    3534        char *port;
     
    5756} conf_t;
    5857
    59 G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] );
    60 void conf_loaddefaults( irc_t *irc );
     58G_GNUC_MALLOC conf_t *conf_load(int argc, char *argv[]);
     59void conf_loaddefaults(irc_t *irc);
    6160
    6261#endif
Note: See TracChangeset for help on using the changeset viewer.