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

    raf359b4 r5ebff60  
    2222/* this is the export part of the proxy.c file. it does a little
    2323   prototype-ing stuff and redefine some net function to mask them
    24    with some kind of transparent layer */ 
     24   with some kind of transparent layer */
    2525
    2626#ifndef _PROXY_H_
     
    4242
    4343extern char proxyhost[128];
    44 extern int  proxyport;
    45 extern int  proxytype;
     44extern int proxyport;
     45extern int proxytype;
    4646extern char proxyuser[128];
    4747extern char proxypass[128];
Note: See TracChangeset for help on using the changeset viewer.