home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / linkmaster-src-1.0.4.tar.gz / linkmaster-src-1.0.4.tar / linkmaster-1.0.4 / linkmaster.h < prev    next >
Text File  |  2000-09-05  |  510b  |  17 lines

  1. /* linkmaster.h
  2.    Copyright (C) 1999 Ben Darnell
  3.    This file is a part of LinkMaster,
  4.    which is distributed under the GNU GPL.
  5. */
  6.  
  7. Boolean NewLinkFormHandleEvent(EventPtr e);
  8. Boolean PrefsFormHandleEvent(EventPtr e);
  9.  
  10. typedef struct {
  11.    Word mintime; /* a history item that is replaced less than mintime seconds
  12.             after it was created will be removed automatically */
  13.    Boolean allowdups; /* if 0, every historypush will scan the history db
  14.              and remove all duplicates */
  15. } LinkHistoryPrefsType2;
  16.  
  17.