#ifndef __SMS_SEND_H
#define __SMS_SEND_H

void sms_send_help(FILE *out);
int sms_send(int argc, char **argv);

#endif /* ~__SMS_SEND_H */