assorted-warning-cleanup-20071126
[openafs.git] / src / bucoord / regex.c
index a65587e..435749f 100644 (file)
 static char expbuf[ESIZE], *braslist[NBRA], *braelist[NBRA];
 static char circf;
 
+static int advance();
+static int backref();
+static int cclass();
+
 /*
  * compile the regular expression argument into a dfa
  */