diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-02 16:23:28 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-02 16:23:28 -0500 |
| commit | 9be1567765803341e252e87262dc43d790d8e770 (patch) | |
| tree | 6c28bdb0ede85c629027d1079df319390edfee95 /src/cli/stasis/include | |
| parent | 1d071010c2bec860e62371cfb70f2e12a7d00563 (diff) | |
| download | stasis-9be1567765803341e252e87262dc43d790d8e770.tar.gz | |
Move utility functions to utils.c
Diffstat (limited to 'src/cli/stasis/include')
| -rw-r--r-- | src/cli/stasis/include/args.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli/stasis/include/args.h b/src/cli/stasis/include/args.h index d75fe29..5536735 100644 --- a/src/cli/stasis/include/args.h +++ b/src/cli/stasis/include/args.h @@ -23,8 +23,4 @@ extern struct option long_options[]; void usage(char *progname); -#define STR_TO_TIMEOUT_NEGATIVE (-1) -#define STR_TO_TIMEOUT_INVALID_TIME_SCALE (-2) -int str_to_timeout(char *s); - #endif //STASIS_ARGS_H |
