diff options
author | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-08-16 04:25:26 +0000 |
---|---|---|
committer | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-08-16 04:25:26 +0000 |
commit | 929473af86307cb76dcb75183094c56c9fce2939 (patch) | |
tree | 2ce9524d2afe21acd97c1b5971c976c00c62a511 /include | |
parent | f5423c22b8e60bd9ddd05695135ed0713ae07143 (diff) |
Dynamic registration of unsolicited responses (Andrzej Zaborowski)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2712 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include')
-rw-r--r-- | include/gsmd/unsolicited.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gsmd/unsolicited.h b/include/gsmd/unsolicited.h index e7f17c5..544c1ce 100644 --- a/include/gsmd/unsolicited.h +++ b/include/gsmd/unsolicited.h @@ -12,6 +12,9 @@ struct gsmd_unsolicit { extern int unsolicited_parse(struct gsmd *g, char *buf, int len, const char *param); extern int generate_event_from_cme(struct gsmd *g, unsigned int cme_error); +extern void unsolicited_generic_init(struct gsmd *g); +extern int unsolicited_register_array(const struct gsmd_unsolicit *arr, + int len); #endif /* __GSMD__ */ |