aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-04-03 17:59:14 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-04-03 17:59:14 +0200
commitf2f7654a416b7ad0715ddf93f635021c62eb6c87 (patch)
treefd0a7b4b474eb4b411692ed5b0c0b86b2ec3a711 /csrc/smith.h
parentsigning requests (diff)
downloadsmith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.gz
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.bz2
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.xz
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.zst
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.zip
go: trimmed signature switched to termui \nc: added get_timestamp function
Diffstat (limited to 'csrc/smith.h')
-rw-r--r--csrc/smith.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/csrc/smith.h b/csrc/smith.h
index 489c053..4401da9 100644
--- a/csrc/smith.h
+++ b/csrc/smith.h
@@ -11,6 +11,7 @@
#include <unistd.h>
-char * mr_smith();
+char * c_mr_smith();
+long c_get_timestamp();
#endif // SMITH_H_