aboutsummaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-10 23:31:44 +0100
committerache <ache@ache.one>2019-02-10 23:31:44 +0100
commit10959bf8d4b034173b818e86ca2ed3530e29df78 (patch)
tree0a33a85ca27be90191814a4273c3f46d9c8dd855 /sms.h
parentRefesh from inotify (fuck yeah !) (diff)
Manage new message
Diffstat (limited to 'sms.h')
-rw-r--r--sms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sms.h b/sms.h
index 7ab9281..798bfe6 100644
--- a/sms.h
+++ b/sms.h
@@ -38,7 +38,7 @@ typedef struct conversation {
size_t nbSMS;
} conversation;
-int readSMS(char*, int);
+int readSMS(char*, int, char);
int listSMS(char*,int);
int loadConv(void);