diff options
Diffstat (limited to 'openaes/src/ftime.h')
-rw-r--r-- | openaes/src/ftime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openaes/src/ftime.h b/openaes/src/ftime.h index 963d7c176..80fbab769 100644 --- a/openaes/src/ftime.h +++ b/openaes/src/ftime.h @@ -33,3 +33,5 @@ struct timeb { short timezone; short dstflag; }; + +int ftime(struct timeb* tb); |