summaryrefslogtreecommitdiffstats
path: root/gatchat/gat.h
diff options
context:
space:
mode:
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>2011-04-01 10:56:03 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-04-29 08:30:22 -0500
commit6b3cfbba856e41e9fa7af2274e574392ca67dd41 (patch)
tree03437c879336a3dfbc7a373a039385fbdb0a8f34 /gatchat/gat.h
parent48e97447ab2461a1daa0471eaa7f2de4b82bd866 (diff)
downloadofono-6b3cfbba856e41e9fa7af2274e574392ca67dd41.tar.bz2
gat: add GAtSuspendFunc CB typedef
Diffstat (limited to 'gatchat/gat.h')
-rw-r--r--gatchat/gat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gat.h b/gatchat/gat.h
index ddf86953..f0673892 100644
--- a/gatchat/gat.h
+++ b/gatchat/gat.h
@@ -32,6 +32,7 @@ typedef void (*GAtDisconnectFunc)(gpointer user_data);
typedef void (*GAtReceiveFunc)(const unsigned char *data, gsize size,
gpointer user_data);
typedef void (*GAtDebugFunc)(const char *str, gpointer user_data);
+typedef void (*GAtSuspendFunc)(gpointer user_data);
#ifdef __cplusplus
}