]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Merge pull request #399 from pavel-voronin/patch-1
[tt-rss.git] / classes / pluginhost.php
index 19f8b563b145b41ed23fd54304a0a5e0777cc4c1..744337e0f67b5a82d21ae842e30ccd4a31f03b51 100644 (file)
@@ -39,6 +39,9 @@ class PluginHost {
        const HOOK_FETCH_FEED = 22;
        const HOOK_QUERY_HEADLINES = 23;
        const HOOK_HOUSE_KEEPING = 24;
+       const HOOK_SEARCH = 25;
+       const HOOK_FORMAT_ENCLOSURES = 26;
+       const HOOK_SUBSCRIBE_FEED = 27;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;