From 952de22b54c85aac5eef77d9aafe6587ad555fce Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 14 Feb 2025 11:47:07 -0500 Subject: Add missing entrypoint directory --- src/lib/entrypoint/include/entrypoint.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/lib/entrypoint/include/entrypoint.h (limited to 'src/lib/entrypoint/include/entrypoint.h') diff --git a/src/lib/entrypoint/include/entrypoint.h b/src/lib/entrypoint/include/entrypoint.h new file mode 100644 index 0000000..645b119 --- /dev/null +++ b/src/lib/entrypoint/include/entrypoint.h @@ -0,0 +1,6 @@ +#ifndef STASIS_ENTRYPOINT_H +#define STASIS_ENTRYPOINT_H + +int stasis_entrypoint(int argc, char *argv[]); + +#endif //STASIS_ENTRYPOINT_H -- cgit