thalassa/cms/main_lst.hpp

9 lines
172 B
C++
Raw Permalink Normal View History

2026-03-19 01:23:52 +00:00
#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