diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-03-24 03:11:04 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-03-24 03:11:04 +0000 |
commit | 6f7476bc694f4446d2172bd0cad4d369a3d9905d (patch) | |
tree | 12bb0e1674cf98fc06cdf62f962469877000a37d /usr.bin/cvs/strtab.h | |
parent | 0415443373397b2354bf4a02f30d7e949d19efc7 (diff) |
oops, call to old function that was missed
Diffstat (limited to 'usr.bin/cvs/strtab.h')
-rw-r--r-- | usr.bin/cvs/strtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/strtab.h b/usr.bin/cvs/strtab.h index ca3b03f74fb..1a923f6c396 100644 --- a/usr.bin/cvs/strtab.h +++ b/usr.bin/cvs/strtab.h @@ -1,4 +1,4 @@ -/* $OpenBSD: strtab.h,v 1.1 2005/03/23 20:21:54 jfb Exp $ */ +/* $OpenBSD: strtab.h,v 1.2 2005/03/24 03:11:03 jfb Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -35,6 +35,6 @@ void cvs_strtab_init (void); void cvs_strtab_cleanup (void); char* cvs_strdup (const char *); -void cvs_strfree (char *); +void cvs_strfree (const char *); #endif /* STRTAB_H */ |