aboutsummaryrefslogtreecommitdiff
path: root/include/ft_ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ft_ssl.h')
-rw-r--r--include/ft_ssl.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/include/ft_ssl.h b/include/ft_ssl.h
index 26fbc7e..c5709d6 100644
--- a/include/ft_ssl.h
+++ b/include/ft_ssl.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/03 20:27:19 by cacharle #+# #+# */
-/* Updated: 2020/02/03 20:29:15 by cacharle ### ########.fr */
+/* Updated: 2020/02/22 07:20:34 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,4 +15,20 @@
# include "libft.h"
+# include "ft_ssl_md5.h"
+# include "ft_ssl_sha256.h"
+
+typedef int (*t_func_main)(int argc, char **argv);
+typedef struct
+{
+ char *name;
+ t_func_main entry;
+} t_command;
+
+/*
+** error.c
+*/
+
+void fl_error_command(char *command);
+
#endif