diff options
Diffstat (limited to 'src/include/lib/hasht.h')
| -rw-r--r-- | src/include/lib/hasht.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/lib/hasht.h b/src/include/lib/hasht.h index f2261d3ecc..f23197c0b9 100644 --- a/src/include/lib/hasht.h +++ b/src/include/lib/hasht.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hasht.h,v 1.5 1997/09/08 21:52:21 momjian Exp $ + * $Id: hasht.h,v 1.6 1998/09/01 04:36:17 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,4 +20,4 @@ typedef void (*HashtFunc) (); extern void HashTableWalk(HTAB *hashtable, HashtFunc function, int arg); -#endif /* HASHT_H */ +#endif /* HASHT_H */ |
