aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
diff options
context:
space:
mode:
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_