summaryrefslogtreecommitdiffstats
path: root/gatchat/gatserver.h
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2010-03-19 17:44:45 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-03-22 12:59:04 -0500
commitf9991f929aac4d054541a9c85d19a21c47a91a3a (patch)
treeb24d3057bf0bb9a961ea8b4b7fa0ac7b808cfccd /gatchat/gatserver.h
parent7633a54ffd0e017cd73914d65ebc690ec70e97c2 (diff)
downloadofono-f9991f929aac4d054541a9c85d19a21c47a91a3a.tar.bz2
Add G_AT_SERVER_RESULT_EXT_ERROR
Diffstat (limited to 'gatchat/gatserver.h')
-rw-r--r--gatchat/gatserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatserver.h b/gatchat/gatserver.h
index 5e9eb621..6fb78bdd 100644
--- a/gatchat/gatserver.h
+++ b/gatchat/gatserver.h
@@ -43,6 +43,7 @@ enum _GAtServerResult {
G_AT_SERVER_RESULT_NO_DIALTONE = 6,
G_AT_SERVER_RESULT_BUSY = 7,
G_AT_SERVER_RESULT_NO_ANSWER = 8,
+ G_AT_SERVER_RESULT_EXT_ERROR = 256,
};
typedef enum _GAtServerResult GAtServerResult;