aboutsummaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-08 06:26:44 +0100
committerache <ache@ache.one>2019-02-08 06:26:44 +0100
commit0aa697b13d18140defc473b32663a938e00e97f6 (patch)
treecf1c283522662e56d9ad1eedfa184d805255fc9e /sms.h
parentRemove unecessary operations (diff)
Refesh from inotify (fuck yeah !)
Diffstat (limited to 'sms.h')
-rw-r--r--sms.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sms.h b/sms.h
index a1a4ea5..7ab9281 100644
--- a/sms.h
+++ b/sms.h
@@ -38,9 +38,7 @@ typedef struct conversation {
size_t nbSMS;
} conversation;
-
-
-
+int readSMS(char*, int);
int listSMS(char*,int);
int loadConv(void);