aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tmdiff.h
diff options
context:
space:
mode:
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