diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 14:07:19 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 14:07:19 +0000 |
commit | 87dd481901058f9f329ea4420cbadd22c7b15a47 (patch) | |
tree | 32a1ad241cc2665dc51be7b04c20c94b29b94704 /fastjar/dostime.h | |
parent | 0da56f8faf07352467cbff76f7f508bd42b6fb73 (diff) | |
download | gcc-87dd481901058f9f329ea4420cbadd22c7b15a47.tar.gz |
* dostime.c: Rewrote from scratch.
* dostime.h (dostime): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/dostime.h')
-rw-r--r-- | fastjar/dostime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fastjar/dostime.h b/fastjar/dostime.h index 6f6931f4c21..822c8e0e83f 100644 --- a/fastjar/dostime.h +++ b/fastjar/dostime.h @@ -1,6 +1,6 @@ /* dostime.h - function prototypes - Copyright (C) 1999 Bryan Burns + Copyright (C) 1999, 2002 Bryan Burns This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -18,5 +18,4 @@ */ time_t dos2unixtime(unsigned long dostime); -unsigned long dostime(int, int, int, int, int, int); unsigned long unix2dostime(time_t*); |