OSDN Git Service

core: Use int instead of gint
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Nov 2012 10:59:19 +0000 (12:59 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Nov 2012 10:59:19 +0000 (12:59 +0200)
src/profile.c

index abb5a53..23aa420 100644 (file)
@@ -1074,7 +1074,7 @@ static int parse_ext_opt(struct ext_profile *ext, const char *key,
        return 0;
 }
 
-static gint get_priority(const struct btd_profile *p)
+static int get_priority(const struct btd_profile *p)
 {
        if (strcasecmp(p->local_uuid, HFP_HS_UUID) == 0)
                return BTD_PROFILE_PRIORITY_HIGH;