aboutsummaryrefslogtreecommitdiff
path: root/wind.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-17 11:21:12 +0100
committerache <ache@ache.one>2017-11-17 11:21:12 +0100
commit20a87184b1c06f63b2b3d8b9c48a68535b31b4bb (patch)
treee3ad5a41ac00d71ef95bd58fd1c4d4bf3eaa07a7 /wind.h
parentNumber to contact option (diff)
New mesms
Diffstat (limited to 'wind.h')
-rw-r--r--wind.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/wind.h b/wind.h
index c2b835f..763e861 100644
--- a/wind.h
+++ b/wind.h
@@ -1,14 +1,16 @@
-#ifndef WIND_METAG_H
-#define WIND_METAG_H
+#ifndef WIND_MESMS_H
+#define WIND_MESMS_H
#include "main.h"
#include "readline.h"
-#include "contactList.h"
-
+#include "contactWind.h"
+#include "messageWind.h"
void resize();
+int confirmSend(char*,char*);
+
#endif