diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-14 11:47:07 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-14 11:47:07 -0500 |
commit | 952de22b54c85aac5eef77d9aafe6587ad555fce (patch) | |
tree | 131eb31edab76a066d665d99fee40f83430be5b1 /src/lib/entrypoint/include/entrypoint.h | |
parent | 1762aa42cd86e0bb2631631488bf8b2474378f83 (diff) | |
download | stasis-952de22b54c85aac5eef77d9aafe6587ad555fce.tar.gz |
Add missing entrypoint directory
Diffstat (limited to 'src/lib/entrypoint/include/entrypoint.h')
-rw-r--r-- | src/lib/entrypoint/include/entrypoint.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |