thalassa/cms/main_upd.hpp

13 lines
340 B
C++
Raw Normal View History

2026-03-19 01:23:52 +00:00
#ifndef MAIN_UPD_HPP_SENTRY
#define MAIN_UPD_HPP_SENTRY
void help_update(FILE *stream);
int perform_update(struct cmdline_common &cmdc,
int argc, const char * const *argv);
void help_inspect(FILE *stream);
int perform_inspect(struct cmdline_common &cmdc,
int argc, const char * const *argv);
#endif