aboutsummaryrefslogtreecommitdiff
path: root/include/wscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wscons.h')
-rw-r--r--include/wscons.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wscons.h b/include/wscons.h
new file mode 100644
index 0000000..bf0c10c
--- /dev/null
+++ b/include/wscons.h
@@ -0,0 +1,6 @@
+#ifndef _SEATD_WSCONS_H
+#define _SEATD_WSCONS_H
+
+int path_is_wscons(const char *path);
+
+#endif