aboutsummaryrefslogtreecommitdiff
path: root/src/gistatic.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 16:15:20 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 16:15:20 -0300
commit80c61292dca6b5965c626f7fa1b83da940d0fe91 (patch)
treee213658efb8223f7dded2de78bd10c6cc40c2775 /src/gistatic.h
parentsrc/tar.{h,c}: Add src/tar.h (diff)
downloadgistatic-80c61292dca6b5965c626f7fa1b83da940d0fe91.tar.gz
gistatic-80c61292dca6b5965c626f7fa1b83da940d0fe91.tar.xz
src/gistatic.c: Move main() to src/main.c
Diffstat (limited to 'src/gistatic.h')
-rw-r--r--src/gistatic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gistatic.h b/src/gistatic.h
new file mode 100644
index 0000000..03c02f6
--- /dev/null
+++ b/src/gistatic.h
@@ -0,0 +1,6 @@
+#ifndef GISTATIC_GISTATIC_H
+#define GISTATIC_GISTATIC_H
+
+int gistatic_main(int argc, char *argv[]);
+
+#endif