diff options
author | Benji Dial <benji6283@gmail.com> | 2021-02-16 22:26:47 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-02-16 22:26:47 -0500 |
commit | ab4e1cfc8c587e4144d847bbd41307eff03130b2 (patch) | |
tree | 4e5502422977c747f3e65633ede26b73d9556ca1 /src/user/highway/vars.h | |
parent | 2de07a2abea4081ebab6d80729e5665ba862c74c (diff) | |
download | portland-os-ab4e1cfc8c587e4144d847bbd41307eff03130b2.tar.gz |
rtc timestamp, knob rand, random terminal color
Diffstat (limited to 'src/user/highway/vars.h')
-rw-r--r-- | src/user/highway/vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/highway/vars.h b/src/user/highway/vars.h index fc4d197..eca58d4 100644 --- a/src/user/highway/vars.h +++ b/src/user/highway/vars.h @@ -13,5 +13,6 @@ const struct no_null_sn *get_var(struct no_null_sn name) __attribute__ ((pure)); void del_var(struct no_null_sn name); void dump_vars(); +void new_color(); #endif
\ No newline at end of file |