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_callbacks.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib/entrypoint/include/entrypoint_callbacks.h (limited to 'src/lib/entrypoint/include/entrypoint_callbacks.h') diff --git a/src/lib/entrypoint/include/entrypoint_callbacks.h b/src/lib/entrypoint/include/entrypoint_callbacks.h new file mode 100644 index 0000000..369ce56 --- /dev/null +++ b/src/lib/entrypoint/include/entrypoint_callbacks.h @@ -0,0 +1,10 @@ +#ifndef STASIS_CALLBACKS_H +#define STASIS_CALLBACKS_H + +#include "core.h" +#include "envctl.h" + +int callback_except_jf(const void *a, const void *b); +int callback_except_gh(const void *a, const void *b); + +#endif //STASIS_CALLBACKS_H -- cgit