summaryrefslogtreecommitdiff
path: root/bits.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-18 09:31:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-19 06:37:55 -0400
commit95af9817588787371e8c440aeeec53519737efb6 (patch)
tree610201b269ccae0454dc753cfaead4fcfe6dd6dd /bits.h
parentc0a165cc8d45633c5ac036d7176e2afed8c892da (diff)
downloadgpsd-95af9817588787371e8c440aeeec53519737efb6.tar.gz
Rename some bit extractors.
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bits.h b/bits.h
index 886ee548..28e8a0b4 100644
--- a/bits.h
+++ b/bits.h
@@ -81,7 +81,7 @@ union long_double {
(void)memcpy(to, from+2*(s)-2, 2*((e)-(s)+1))
/* bitfield extraction */
-extern uint64_t ubits(char buf[], unsigned int, unsigned int);
-extern int64_t sbits(char buf[], unsigned int, unsigned int);
+extern uint64_t ubebits(char buf[], unsigned int, unsigned int);
+extern int64_t sbebits(char buf[], unsigned int, unsigned int);
#endif /* _GPSD_BITS_H_ */