aboutsummaryrefslogtreecommitdiffstats
path: root/include/dbs
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbs')
-rw-r--r--include/dbs/abstract.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dbs/abstract.h b/include/dbs/abstract.h
new file mode 100644
index 0000000..62ec410
--- /dev/null
+++ b/include/dbs/abstract.h
@@ -0,0 +1,8 @@
+#ifndef __DBS_ABSTRACT_H
+#define __DBS_ABSTRACT_H
+
+int interaction_reply(cJSON *i, char *content, int raw);
+int interaction_defer_reply(cJSON *i, int hidden);
+int interaction_edit_reply(cJSON *i, char *content, int raw);
+
+#endif