diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 12:21:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 12:21:32 -0400 |
commit | 26000fb8e6cc08c227d4463de60e28881179e5cb (patch) | |
tree | 48978ff793f2a969df196cfa7700100e5c82a2f5 /src/cli/stasis/callbacks.h | |
parent | a29bca4b79f19e9f04420b545bdec27ddc99150c (diff) | |
download | stasis-restructure-the-world.tar.gz |
Reduce length of stasis_main.crestructure-the-world
Diffstat (limited to 'src/cli/stasis/callbacks.h')
-rw-r--r-- | src/cli/stasis/callbacks.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cli/stasis/callbacks.h b/src/cli/stasis/callbacks.h new file mode 100644 index 0000000..369ce56 --- /dev/null +++ b/src/cli/stasis/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 |