+2002-12-23 Ezra Peisach <epeisach@bu.edu>
+
+ * t_crc.c: Declare local functions static.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
#define NTRIALS (sizeof(trials) / sizeof(trials[0]))
-void
-timetest(int nblk, int blksiz)
+static void
+timetest(unsigned int nblk, unsigned int blksiz)
{
char *block;
int i;
#endif
}
-void gethexstr(char *data, size_t *outlen, unsigned char *outbuf,
- size_t buflen)
+static void gethexstr(char *data, size_t *outlen, unsigned char *outbuf,
+ size_t buflen)
{
size_t inlen;
char *cp, buf[3];
}
}
-void
+static void
verify(void)
{
int i;