summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_init.h')
-rw-r--r--src/c_init.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/c_init.h b/src/c_init.h
new file mode 100644
index 0000000..da3d549
--- /dev/null
+++ b/src/c_init.h
@@ -0,0 +1,19 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* u_init.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef U_INIT_H
+#define U_INIT_H
+
+int c_init_tcaps(void);
+void u_handle_sigwinch(int dummy_signal);
+
+#endif