summaryrefslogtreecommitdiffstats
path: root/src/m_prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_prompt.h')
-rw-r--r--src/m_prompt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/m_prompt.h b/src/m_prompt.h
index 3697fae..8aae6f7 100644
--- a/src/m_prompt.h
+++ b/src/m_prompt.h
@@ -13,9 +13,10 @@
#ifndef M_PROMPT_H
#define M_PROMPT_H
+#include <stdint.h>
+
#include "s_struct.h"
-void m_prompt(t_msh *msh);
-void m_cont_prompt(void);
+void m_prompt_psx(uint8_t x, t_msh *msh);
#endif