summaryrefslogtreecommitdiffhomepage
path: root/yscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'yscan.h')
-rw-r--r--yscan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/yscan.h b/yscan.h
new file mode 100644
index 0000000..66571c5
--- /dev/null
+++ b/yscan.h
@@ -0,0 +1,4 @@
+#pragma once
+
+int yscan(int argc, char* argv[]);
+