=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/trace.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/m4/trace.c 2003/06/30 21:47:21 1.8 +++ src/usr.bin/m4/trace.c 2003/06/30 22:10:21 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: trace.c,v 1.8 2003/06/30 21:47:21 espie Exp $ */ +/* $OpenBSD: trace.c,v 1.9 2003/06/30 22:10:21 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. * @@ -59,9 +59,9 @@ static void print_header(struct input_file *); static struct t *find_trace_entry(const char *); static int frame_level(void); -static void *hash_alloc(size_t, void *); -static void hash_free(void *, size_t, void *); -static void *element_alloc(size_t, void *); +void *hash_alloc(size_t, void *); +void hash_free(void *, size_t, void *); +void *element_alloc(size_t, void *); static unsigned int flags = TRACE_QUOTE | TRACE_EXPANSION;