aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-04-03 20:51:31 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-04-03 20:51:31 +0200
commit4a467f3c54d9fd172524ceb11e3f94e235b77bbf (patch)
tree74d5446694f45f2a7307666663ff3518557de0ea /csrc/smith.h
parentgo: trimmed signature switched to termui \nc: added get_timestamp function (diff)
downloadsmith-4a467f3c54d9fd172524ceb11e3f94e235b77bbf.tar.gz
smith-4a467f3c54d9fd172524ceb11e3f94e235b77bbf.tar.bz2
smith-4a467f3c54d9fd172524ceb11e3f94e235b77bbf.tar.xz
smith-4a467f3c54d9fd172524ceb11e3f94e235b77bbf.tar.zst
smith-4a467f3c54d9fd172524ceb11e3f94e235b77bbf.zip
amazing ui work brother, it is hot here or is it just me \?
Diffstat (limited to 'csrc/smith.h')
-rw-r--r--csrc/smith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/csrc/smith.h b/csrc/smith.h
index 4401da9..e9bbdbb 100644
--- a/csrc/smith.h
+++ b/csrc/smith.h
@@ -11,7 +11,7 @@
#include <unistd.h>
-char * c_mr_smith();
-long c_get_timestamp();
+char * mr_smith();
+long get_timestamp();
#endif // SMITH_H_