From 17903940c5d356cb0bfb44d26bce422ec2ec06f6 Mon Sep 17 00:00:00 2001 From: Zhenhua Zhang Date: Thu, 29 Oct 2009 01:22:06 +0800 Subject: Refactor: Move & Rename functions to atutil.c Move and rename call_compare and call_compare_by_status to atutil.c. These will be utilized by other drivers, including hfpmodem. --- drivers/atmodem/atutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/atmodem/atutil.h') diff --git a/drivers/atmodem/atutil.h b/drivers/atmodem/atutil.h index c30c70b7..ab9db053 100644 --- a/drivers/atmodem/atutil.h +++ b/drivers/atmodem/atutil.h @@ -21,6 +21,8 @@ void decode_at_error(struct ofono_error *error, const char *final); void dump_response(const char *func, gboolean ok, GAtResult *result); +gint at_util_call_compare_by_status(gconstpointer a, gconstpointer b); +gint at_util_call_compare(gconstpointer a, gconstpointer b); struct cb_data { void *cb; -- cgit v1.2.3