aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-errors.h')
-rw-r--r--src/mm-errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-errors.h b/src/mm-errors.h
index 4bf8ecad..c02a351b 100644
--- a/src/mm-errors.h
+++ b/src/mm-errors.h
@@ -38,7 +38,8 @@ enum {
MM_MODEM_ERROR_OPERATION_NOT_SUPPORTED = 1,
MM_MODEM_ERROR_CONNECTED = 2,
MM_MODEM_ERROR_DISCONNECTED = 3,
- MM_MODEM_ERROR_OPERATION_IN_PROGRESS = 4
+ MM_MODEM_ERROR_OPERATION_IN_PROGRESS = 4,
+ MM_MODEM_ERROR_REMOVED = 5
};
#define MM_MODEM_ERROR (mm_modem_error_quark ())