gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-15


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-153-g93740d8
Date: Thu, 24 Dec 2009 11:26:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  93740d82427c91fe380f2c3fa9e84c6fef51ab7e (commit)
      from  82174f921ec94defa2d2d684137cdc02a76272da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=93740d82427c91fe380f2c3fa9e84c6fef51ab7e


commit 93740d82427c91fe380f2c3fa9e84c6fef51ab7e
Author: Daniele Forsi <address@hidden>
Date:   Thu Dec 24 12:23:08 2009 +0100

    Add missing prototype for gn_mms_convert() which was meant to be in the 
public API.

diff --git a/include/gnokii.h.in b/include/gnokii.h.in
index 1762159..7d1c322 100644
--- a/include/gnokii.h.in
+++ b/include/gnokii.h.in
@@ -341,6 +341,7 @@ GNOKII_API gn_error gn_mms_get(gn_data *data, struct 
gn_statemachine *state);
 GNOKII_API gn_error gn_mms_delete(gn_data *data, struct gn_statemachine 
*state);
 GNOKII_API gn_error gn_mms_free(gn_mms *mms);
 GNOKII_API gn_error gn_mms_alloc(gn_mms **mms);
+GNOKII_API gn_error gn_mms_convert(const gn_mms *source_mms, gn_mms *dest_mms);
 
 /* Call service */
 GNOKII_API gn_error gn_call_dial(int *call_id, gn_data *data, struct 
gn_statemachine *state);

-----------------------------------------------------------------------

Summary of changes:
 include/gnokii.h.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]