Libdes updated to 3.23

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@513 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-05-07 14:19:43 +00:00
parent 5f52d8d91e
commit aec8b94b5c
36 changed files with 408 additions and 230 deletions

View File

@@ -103,7 +103,7 @@ struct tms {
#define BUFSIZE ((long)1024*8)
long run=0;
#ifdef PROTO
#ifndef NOPROTO
double Time_F(int s);
#else
double Time_F();
@@ -116,7 +116,7 @@ double Time_F();
#define SIGRETTYPE int
#endif
#ifdef PROTO
#ifndef NOPROTO
SIGRETTYPE sig_done(int sig);
#else
SIGRETTYPE sig_done();