thalassa/cms/main_lst.hpp
2026-03-19 06:23:52 +05:00

9 lines
172 B
C++

#ifndef MAIN_LST_HPP_SENTRY
#define MAIN_LST_HPP_SENTRY
void help_list(FILE *stream);
int perform_list(cmdline_common &cmdc, int argc, const char * const *argv);
#endif