diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:32:30 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:32:30 -0500 |
| commit | d46925dbfa8627a6a874545630c2acb6975bfdea (patch) | |
| tree | 2b726ea50adf91b668a24b25d4d9e6ec7f7c2663 /builtins/functions.c | |
| parent | 7355b2f7fe6f5dda2aee8feca025350146ccd0f5 (diff) | |
Cleanup of builtins
Diffstat (limited to 'builtins/functions.c')
| -rw-r--r-- | builtins/functions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builtins/functions.c b/builtins/functions.c index 93453a3d..f2b2fa82 100644 --- a/builtins/functions.c +++ b/builtins/functions.c @@ -17,7 +17,8 @@ #include "types.h" extern bool USE_COLOR; -extern const void *SSS_HASH_VECTOR; + +public const char *SSS_HASH_VECTOR = "sss hash vector ----------------------------------------------";; public void fail(const char *fmt, ...) { |
