summaryrefslogtreecommitdiffhomepage
path: root/yscan.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
commit44479895f325cbbc283553dcb10b29a0af3b480b (patch)
treef29b9da1c782554ec3cef375d7cc771a0d56756e /yscan.h
parent45983abe664be648b513202c8c12578c9a85784f (diff)
Added yscan
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[]);
+