src: Yearly copyright bump
[quassel.git] / src / core / core.h
index f55553c..6e4e4b3 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2020 by the Quassel Project                        *
+ *   Copyright (C) 2005-2022 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -430,6 +430,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 flags     The Message::Flags that should be returned
      *  \return The requested list of messages
      */
     static inline std::vector<Message> requestMsgsForward(UserId user,