aboutsummaryrefslogtreecommitdiff
path: root/messageWind.h
blob: b1b45506ad698eb299dbf8341b8dda4cdbd15892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef MESSAGE_WIND
#define MESSAGE_WIND

#include "sms.h"


void showMessageWind(void);

void clearWind(void);

void toTheEnd(void);

int searchSMS(const char*);

#endif