summaryrefslogtreecommitdiffstats
path: root/crypto/tmdiff.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/tmdiff.h
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/tmdiff.h')
-rw-r--r--crypto/tmdiff.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/tmdiff.h b/crypto/tmdiff.h
index 4561211b7c..41a8a1e0e0 100644
--- a/crypto/tmdiff.h
+++ b/crypto/tmdiff.h
@@ -67,22 +67,12 @@
extern "C" {
#endif
-#ifndef NOPROTO
char *ms_time_new(void );
void ms_time_free(char *a);
void ms_time_get(char *a);
double ms_time_diff(char *start,char *end);
int ms_time_cmp(char *ap,char *bp);
-#else
-
-char *ms_time_new();
-void ms_time_free();
-void ms_time_get();
-double ms_time_diff();
-int ms_time_cmp();
-#endif
-
#ifdef __cplusplus
}
#endif