gmm() deprecated; use stmod()

This commit is contained in:
dcp1990 2005-06-16 20:57:10 +00:00
parent 2b40cecbab
commit 7ac6d1d89c

View file

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/* $Amigan: phoned/phoned/remote.c,v 1.4 2005/06/13 22:16:09 dcp1990 Exp $ */ /* $Amigan: phoned/phoned/remote.c,v 1.5 2005/06/16 20:57:10 dcp1990 Exp $ */
/* system includes */ /* system includes */
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
@ -89,7 +89,7 @@ char *parse_command(cmd, cont, s)
*cont = 0; *cont = 0;
RNF("500 OK: Parser tested.\n"); RNF("500 OK: Parser tested.\n");
} else if(CHK("gmm")) { } else if(CHK("gmm")) {
give_me_modem(argvect[1] != NULL ? argvect[1] : "AT\r\n"); stmod(argvect[1] != NULL ? argvect[1] : "AT\r\n");
*cont = 0; *cont = 0;
RNF("500 OK: Give Me Modem tested.\n"); RNF("500 OK: Give Me Modem tested.\n");
} }