chiark / gitweb /
Socket address stuff. Sockid is broken still.
[chiark-tcl.git] / hbytes / hbytes.c
index 6bb86c31c9524b32d3e1a066dbfbb6aa881769c8..b941937044c6d559c11b3a46d42e971f6975d516 100644 (file)
@@ -121,7 +121,8 @@ Byte *hbytes_append(HBytes_Value *hb, int el) {
   return newpart;
 }
 
   return newpart;
 }
 
-HBytes_ComplexValue *prechop(HBytes_Value *hb, int cl, const Byte **rv) {
+static HBytes_ComplexValue*
+prechop(HBytes_Value *hb, int cl, const Byte **rv) {
   HBytes_ComplexValue *cx;
 
   if (cl<0) { *rv=0; return 0; }
   HBytes_ComplexValue *cx;
 
   if (cl<0) { *rv=0; return 0; }