home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / libpw / part01 / unlockgrfile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-15  |  113 b   |  11 lines

  1. /*
  2.  * unlockgrfile - unlink GTMP to free up group file
  3.  */
  4.  
  5. #include "defs.h"
  6.  
  7. unlockgrfile()
  8. {
  9.     unlink(GTMP);
  10. }
  11.