~ubuntu-branches/ubuntu/hoary/liferea/hoary-backports

« back to all changes in this revision

Viewing changes to src/feed.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2005-07-26 14:15:50 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050726141550-ik0ukvpotvt5zow7
Tags: 0.9.2-1build1~hoary1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        FEED_REQ_PRIORITY_HIGH = 16,    /**< set to signal that this is an important user triggered request */
50
50
        FEED_REQ_DOWNLOAD_FAVICON = 32, /**< set to make the favicon be updated after the feed is downloaded */
51
51
        FEED_REQ_AUTH_DIALOG = 64,      /**< set to make an auth request dialog to be created after 401 errors */
52
 
        FEED_REQ_NOLOCK = 128           /**< for non-feed requests to avoid locking */
53
52
};
54
53
 
55
54
struct feedhandler;