summaryrefslogtreecommitdiffstats
path: root/src/lib-otp/otp-dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-otp/otp-dictionary.h')
-rw-r--r--src/lib-otp/otp-dictionary.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib-otp/otp-dictionary.h b/src/lib-otp/otp-dictionary.h
new file mode 100644
index 0000000..18e9310
--- /dev/null
+++ b/src/lib-otp/otp-dictionary.h
@@ -0,0 +1,6 @@
+#ifndef OTP_DICTIONARY_H
+#define OTP_DICTIONARY_H
+
+int otp_lookup_word(const char *word);
+
+#endif