summaryrefslogtreecommitdiff
path: root/sdar/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdar/all.h')
-rw-r--r--sdar/all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdar/all.h b/sdar/all.h
index 6f2b2d4..e7b861a 100644
--- a/sdar/all.h
+++ b/sdar/all.h
@@ -174,10 +174,8 @@ void hmaccpy(hmac_t, hmac_t);
FILE *fopenat(int, int, char *, ...);
int flushsync(FILE *);
void enc32be(uchar *, uvlong);
-void enc32le(uchar *, uvlong);
void enc64be(uchar *, uvlong);
uvlong dec32be(uchar *);
-uvlong dec32le(uchar *);
uvlong dec64be(uchar *);
void encmeta(Slice *, Segmeta *);
void decmeta(Slice, Segmeta *);