aboutsummaryrefslogtreecommitdiff
path: root/sms.h
diff options
context:
space:
mode:
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);