aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/apps/acronc/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/libacron/apps/acronc/client.h')
-rw-r--r--client/libacron/apps/acronc/client.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/libacron/apps/acronc/client.h b/client/libacron/apps/acronc/client.h
new file mode 100644
index 0000000..438d7fd
--- /dev/null
+++ b/client/libacron/apps/acronc/client.h
@@ -0,0 +1,12 @@
+/*
+ * Created by yuuta on 7/24/22.
+ */
+
+#ifndef ACRONC_CLIENT_H
+#define ACRONC_CLIENT_H
+
+#include <libac.h>
+
+int handle_object(ac_obj_t *obj);
+
+#endif /* ACRONC_CLIENT_H */