Changeset 5ebff60 for lib/ini.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/ini.h

    raf359b4 r5ebff60  
    1   /********************************************************************\
     1/********************************************************************\
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
     
    2727#define _INI_H
    2828
    29 typedef struct
    30 {
     29typedef struct {
    3130        int line;
    3231        char *c_section;
     
    3938} ini_t;
    4039
    41 ini_t *ini_open( char *file );
    42 int ini_read( ini_t *file );
    43 void ini_close( ini_t *file );
     40ini_t *ini_open(char *file);
     41int ini_read(ini_t *file);
     42void ini_close(ini_t *file);
    4443
    4544#endif
Note: See TracChangeset for help on using the changeset viewer.