home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / pgp23asr / pgpsrc23 / keyadd.h < prev    next >
Encoding:
Text File  |  1993-05-09  |  100 b   |  3 lines

  1. /* Adds (prepends) key file to key ring file */
  2. int addto_keyring(char *keyfile, char *ringfile);
  3.