#ifndef __SMS_DELETE_H
#define __SMS_DELETE_H

void sms_delete_help(FILE *out);
int sms_delete(int argc, char **argv);

#endif /* ~__SMS_DELETE_H */