X-Git-Url: https://git.sesse.net/?p=fjl;a=blobdiff_plain;f=bitsource.h;fp=input.h;h=e5bdd282ae104de0c9017f651efa6a7d60dd3751;hp=19315e54ab3c357ceaf1f16f96f310caace75b76;hb=0b02847989970a190c2cfaec4d1abaa1f616284a;hpb=cc0c0e56d8269e91f23739b57faf67d5b5cc0794 diff --git a/input.h b/bitsource.h similarity index 97% rename from input.h rename to bitsource.h index 19315e5..e5bdd28 100644 --- a/input.h +++ b/bitsource.h @@ -1,5 +1,5 @@ -#ifndef _INPUT_H -#define _INPUT_H 1 +#ifndef _BITSOURCE_H +#define _BITSOURCE_H 1 #include #include @@ -93,4 +93,4 @@ static inline unsigned peek_bits(struct bit_source* source, unsigned num_bits) return (source->bits >> (BITRESERVOIR_SIZE - num_bits)); } -#endif /* !defined(_INPUT_H) */ +#endif /* !defined(_BITSOURCE_H) */