home *** CD-ROM | disk | FTP | other *** search
- //
- // OP/2 BBS - Copyright (c) 1990 ExcelSoft Software. All rights reserved.
- //
- // BBSUTIL.H
- //
- // Header file for BBS DLL utilities
- //
- // 11nov90 cab Updated for new format
- //
-
- struct mdate {
- short da_year;
- char da_day;
- char da_mon;
- };
-
- struct mtime {
- unsigned char ti_min;
- unsigned char ti_hour;
- unsigned char ti_hund;
- unsigned char ti_sec;
- };
-
- DSDLL TimeString(char *, long, short);
- DSDLL unixtodos(long, struct mdate *, struct mtime *);
- DSDLL uurdbit(short, unsigned short *);
- DSDLL uu0bit(short, unsigned short *);
- DSDLL uu1bit(short, unsigned short *);
-
-
-