summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-30 08:47:46 +0000
committerphk <phk@FreeBSD.org>2002-09-30 08:47:46 +0000
commita2bc7673e2e0e78b7bc4be238831aab34d99f57b (patch)
tree054a163d793f80797fb14f393d33e28cd187e211 /sys/geom/geom.h
parentbd82e84c3032f6c9073ae0a3b53df5c3ac9a24b5 (diff)
downloadFreeBSD-src-a2bc7673e2e0e78b7bc4be238831aab34d99f57b.zip
FreeBSD-src-a2bc7673e2e0e78b7bc4be238831aab34d99f57b.tar.gz
Add missing g_enc_le2().
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index a5f35f1..493221b 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -300,6 +300,7 @@ uint32_t g_dec_be4(u_char *p);
uint16_t g_dec_le2(u_char *p);
uint32_t g_dec_le4(u_char *p);
uint64_t g_dec_le8(u_char *p);
+void g_enc_le2(u_char *p, uint16_t u);
void g_enc_le4(u_char *p, uint32_t u);
void g_enc_le8(u_char *p, uint64_t u);
OpenPOWER on IntegriCloud