From: Chanwoo Choi Date: Fri, 9 Jun 2017 06:58:46 +0000 (+0900) Subject: pmqos: Staticize set_pmqos function X-Git-Tag: submit/tizen/20170614.020920~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d25ee92c086b040eb35da5cf35f63d87a379765;p=platform%2Fcore%2Fsystem%2Fpass.git pmqos: Staticize set_pmqos function The set_pmqos is accessed only in this file so it can be made as static. Change-Id: I3e836c8a4d4c3a17621a21b6ad3cc57767397df0 Signed-off-by: Chanwoo Choi --- diff --git a/src/pmqos/pmqos.c b/src/pmqos/pmqos.c index f6a4db4..9e8cbbc 100644 --- a/src/pmqos/pmqos.c +++ b/src/pmqos/pmqos.c @@ -88,7 +88,7 @@ static DBusMessage* e_dbus_stop_cb(E_DBus_Object *obj, DBusMessage* msg) return ret_dbus; } -int set_pmqos(const char *name, int val) +static int set_pmqos(const char *name, int val) { char scenario[100];