]> git.sesse.net Git - fjl/blobdiff - bitsource.h
Rename input.h to bitsource.h (and friends).
[fjl] / bitsource.h
similarity index 97%
rename from input.h
rename to bitsource.h
index 19315e54ab3c357ceaf1f16f96f310caace75b76..e5bdd282ae104de0c9017f651efa6a7d60dd3751 100644 (file)
--- a/input.h
@@ -1,5 +1,5 @@
-#ifndef _INPUT_H
-#define _INPUT_H 1
+#ifndef _BITSOURCE_H
+#define _BITSOURCE_H 1
 
 #include <assert.h>
 #include <stddef.h>
 
 #include <assert.h>
 #include <stddef.h>
@@ -93,4 +93,4 @@ static inline unsigned peek_bits(struct bit_source* source, unsigned num_bits)
        return (source->bits >> (BITRESERVOIR_SIZE - num_bits));
 }
 
        return (source->bits >> (BITRESERVOIR_SIZE - num_bits));
 }
 
-#endif /* !defined(_INPUT_H) */
+#endif /* !defined(_BITSOURCE_H) */