Apply suggestions from code review
[quassel.git] / src / core / storage.h
index 2e2cac4..00a3b0b 100644 (file)
@@ -533,6 +533,7 @@ public:
      *  \param last     if != -1 return only messages with a MsgId < last
      *  \param limit    if != -1 limit the returned list to a max of \limit entries
      *  \param type     The Message::Types that should be returned
      *  \param last     if != -1 return only messages with a MsgId < last
      *  \param limit    if != -1 limit the returned list to a max of \limit entries
      *  \param type     The Message::Types that should be returned
+     *  \param flags     The Message::Flags that should be returned
      *  \return The requested list of messages
      */
     virtual std::vector<Message> requestMsgsForward(UserId user,
      *  \return The requested list of messages
      */
     virtual std::vector<Message> requestMsgsForward(UserId user,