add actions

This commit is contained in:
Nishi 2026-03-01 22:43:41 +09:00
commit 3bb222a532
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 40 additions and 1 deletions

View file

@ -5,6 +5,13 @@
#include <string.h>
#include <stdlib.h>
/* site.c */
int action_site(int argc, char** argv);
/* help.c */
int action_help(int argc, char** argv);
/* seed.c */
int action_seed(int argc, char** argv);
#endif