home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OP2DEV.ZIP / BBSUTIL.H < prev    next >
C/C++ Source or Header  |  1991-03-08  |  634b  |  31 lines

  1. //
  2. //   OP/2 BBS - Copyright (c) 1990 ExcelSoft Software. All rights reserved.
  3. //
  4. //   BBSUTIL.H
  5. //
  6. //   Header file for BBS DLL utilities
  7. //
  8. //    11nov90   cab   Updated for new format
  9. //
  10.  
  11. struct mdate {
  12.    short  da_year;
  13.    char   da_day;
  14.    char   da_mon;
  15. };
  16.  
  17. struct mtime {
  18.    unsigned char  ti_min;
  19.    unsigned char  ti_hour;
  20.    unsigned char  ti_hund;
  21.    unsigned char  ti_sec;
  22. };
  23.  
  24. DSDLL TimeString(char *, long, short);
  25. DSDLL unixtodos(long, struct mdate *, struct mtime *);
  26. DSDLL uurdbit(short, unsigned short *);
  27. DSDLL uu0bit(short, unsigned short *);
  28. DSDLL uu1bit(short, unsigned short *);
  29.  
  30.  
  31.