diff options
Diffstat (limited to 'src/mm-base-modem-at.h')
-rw-r--r-- | src/mm-base-modem-at.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mm-base-modem-at.h b/src/mm-base-modem-at.h index ae9b0be7..60820266 100644 --- a/src/mm-base-modem-at.h +++ b/src/mm-base-modem-at.h @@ -186,13 +186,6 @@ void mm_base_modem_at_command (MMBaseModem *self, gboolean allow_cached, GAsyncReadyCallback callback, gpointer user_data); -/* Like mm_base_modem_at_command() except does not prefix with AT */ -void mm_base_modem_at_command_raw (MMBaseModem *self, - const gchar *command, - guint timeout, - gboolean allow_cached, - GAsyncReadyCallback callback, - gpointer user_data); const gchar *mm_base_modem_at_command_finish (MMBaseModem *self, GAsyncResult *res, GError **error); |