aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/fics_getsalt.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/fics_getsalt.h')
-rw-r--r--FICS/fics_getsalt.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/FICS/fics_getsalt.h b/FICS/fics_getsalt.h
new file mode 100644
index 0000000..c22f9c8
--- /dev/null
+++ b/FICS/fics_getsalt.h
@@ -0,0 +1,17 @@
+#ifndef FICS_GETSALT_H
+#define FICS_GETSALT_H
+
+#define FICS_SALT_BEG "$2b$10$"
+#define FICS_SALT_SIZE 30
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+char *fics_getsalt(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif