home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / GLOBEN.ZIP / GLOBENV.H < prev    next >
Text File  |  1987-10-13  |  950b  |  18 lines

  1. /*=================================================================*/
  2. /* The following functions are defined in the GlobEnv dynalink.    */
  3. /*=================================================================*/
  4. extern int far pascal GLBENTER(char far * thename);
  5. extern int far pascal GLBDELETE(char far * thename);
  6. extern int far pascal GLBQUERY(char far * thename
  7.                               ,unsigned far * thesize);
  8. extern int far pascal GLBSTORE(char far * thename
  9.                               ,void far * thevalue
  10.                               ,unsigned thelen);
  11. extern int far pascal GLBFETCH( char far * thename
  12.                               , void far * valbuff
  13.                               , unsigned far * thesize);
  14. extern int far pascal GLBNEXT ( char far * thename
  15.                               , int strmax
  16.                               , char far * strbuff
  17.                               , unsigned far * thesize);
  18.