diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-23 15:35:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-23 15:35:45 +0100 |
commit | c36f73bd317dd55d7e70275a6425faa4be7bfd8c (patch) | |
tree | abdd51dc28d2dcd20d5b5f518b41cedf4e6a07cb /protocols/yahoo/yahoo_fn.h | |
parent | 938c30512f4dac4f084fd6bb8b7f41655de9bce4 (diff) |
This should mostly be a no-op, merging *loads* of whitespace changes from
libyahoo2 so that I can see better what really changed.
Diffstat (limited to 'protocols/yahoo/yahoo_fn.h')
-rw-r--r-- | protocols/yahoo/yahoo_fn.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/protocols/yahoo/yahoo_fn.h b/protocols/yahoo/yahoo_fn.h index 3f79f524..5400e5d0 100644 --- a/protocols/yahoo/yahoo_fn.h +++ b/protocols/yahoo/yahoo_fn.h @@ -18,16 +18,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define IDENT 1 /* identify function */ -#define XOR 2 /* xor with arg1 */ -#define MULADD 3 /* multipy by arg1 then add arg2 */ -#define LOOKUP 4 /* lookup each byte in the table pointed to by arg1 */ -#define BITFLD 5 /* reorder bits according to table pointed to by arg1 */ +#define IDENT 1 /* identify function */ +#define XOR 2 /* xor with arg1 */ +#define MULADD 3 /* multipy by arg1 then add arg2 */ +#define LOOKUP 4 /* lookup each byte in the table pointed to by arg1 */ +#define BITFLD 5 /* reorder bits according to table pointed to by arg1 */ -struct yahoo_fn -{ - int type; +struct yahoo_fn { + int type; long arg1, arg2; }; -int yahoo_xfrm( int table, int depth, int seed ); +int yahoo_xfrm(int table, int depth, int seed); |