]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Merge pull request #422 from rwetzlmayr/master
[tt-rss.git] / classes / pluginhost.php
index 19f8b563b145b41ed23fd54304a0a5e0777cc4c1..1ad7afd60f1081201e13381a705a48b020ed05e2 100644 (file)
@@ -39,6 +39,10 @@ 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 HOOK_HEADLINES_BEFORE = 28;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;