aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 632d8ff..b78c564 100644
--- a/src/types.h
+++ b/src/types.h
@@ -7,3 +7,10 @@ struct ViewStatusTypes {
bool includeDirect = true;
bool onlyWithAttachment = false;
};
+
+enum StatusType {
+ PUBLIC,
+ UNLISTED,
+ PRIVATE,
+ DIRECT
+};