aboutsummaryrefslogtreecommitdiffstats
path: root/dispass.h
diff options
context:
space:
mode:
Diffstat (limited to 'dispass.h')
-rw-r--r--dispass.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dispass.h b/dispass.h
new file mode 100644
index 0000000..bb94358
--- /dev/null
+++ b/dispass.h
@@ -0,0 +1,7 @@
+#ifndef DISPASS_H
+#define DISPASS_H
+
+char *dispass1(char *label, char *password, int len, long long unsigned seqno);
+char *dispass2(char *label, char *password, int len, long long unsigned seqno);
+
+#endif /* DISPASS_H */