]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / FuncRequest.h
index 52fb1434aa7b3f3912f67970216da2803d9563e3..efbe425f57fc25d609f91cc0b42163d0584ebf95 100644 (file)
@@ -98,6 +98,9 @@ public:
        static FuncRequest const unknown;
        ///
        static FuncRequest const noaction;
+       ///
+       static FuncRequest const prefix;
+
        ///
        bool allowAsync() const { return allow_async_; }
        ///
@@ -129,6 +132,8 @@ private:
 
 bool operator==(FuncRequest const & lhs, FuncRequest const & rhs);
 
+bool operator!=(FuncRequest const & lhs, FuncRequest const & rhs);
+
 std::ostream & operator<<(std::ostream &, FuncRequest const &);
 
 LyXErr & operator<<(LyXErr &, FuncRequest const &);