aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libventi/packet.c')
-rw-r--r--src/libventi/packet.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libventi/packet.c b/src/libventi/packet.c
index 94d3b910..98f697cb 100644
--- a/src/libventi/packet.c
+++ b/src/libventi/packet.c
@@ -75,7 +75,9 @@ static char EPacketSize[] = "bad packet size";
static char EPacketOffset[] = "bad packet offset";
static char EBadSize[] = "bad size";
+#if 0
static void checkpacket(Packet*);
+#endif
/*
* the free list is primarily for speed, but it is
@@ -1006,6 +1008,7 @@ memtail(Mem *m, uchar *wp, int n)
return 0;
}
+#if 0
static void
checkpacket(Packet *p)
{
@@ -1026,4 +1029,4 @@ checkpacket(Packet *p)
if(p->first)
assert(ff==p->last);
}
-
+#endif