home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / gosip2 / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-08  |  310 b   |  9 lines

  1. /*  void init_file_names ( invocation )
  2.  *
  3.  *  This function works out the names of the files used by gosip, from the
  4.  *  name by which it is invoked, and places them in various global variables.
  5.  *
  6.  *  invocation  :  points to the name by which gosip was invoked (argv[0]).
  7.  */
  8. extern void init_file_names();
  9.