mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
OPDSDumper::categoriesOPDSFeed() with no args
This commit is contained in:
committed by
Matthieu Gautier
parent
dd118df612
commit
96cf7e78a5
@ -66,10 +66,9 @@ class OPDSDumper
|
||||
/**
|
||||
* Dump the categories OPDS feed.
|
||||
*
|
||||
* @param categories list of category names
|
||||
* @return The OPDS feed.
|
||||
*/
|
||||
std::string categoriesOPDSFeed(const std::vector<std::string>& categories) const;
|
||||
std::string categoriesOPDSFeed() const;
|
||||
|
||||
/**
|
||||
* Dump the languages OPDS feed.
|
||||
|
Reference in New Issue
Block a user