summaryrefslogtreecommitdiff
path: root/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'enum.h')
-rw-r--r--enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/enum.h b/enum.h
index bbe8ac6..65cde6f 100644
--- a/enum.h
+++ b/enum.h
@@ -9,6 +9,7 @@ typedef enum {
ADD,
ANIME,
MANGA,
+ BOOK,
} args_e;
static const struct {
@@ -20,6 +21,7 @@ static const struct {
{ADD, "add"},
{ANIME, "anime"},
{MANGA, "manga"},
+ {BOOK, "book"},
};
args_e str2enum(const char *str);