CmdNews: Add preliminary notes for version 2.6.0

This commit is contained in:
Tomas Babej
2021-09-26 21:12:17 -04:00
parent 3ed89393ec
commit 946e489ad6
2 changed files with 26 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ class CmdNews : public Command
public:
CmdNews ();
int execute (std::string&);
void version2_6_0 (bool, std::vector<NewsItem>&);
};
#endif