X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=plugins%2Fresolvconf.c;h=df3a834bf6b6ae152d874133f43d6fc249cd1e20;hb=28037643bd3275b6567fbfd84feee909cbfb5352;hp=0a1c036010f003cea6e11ddb0a7ccfdbc9b5dd64;hpb=548a9238633420375bc6aa847279cd9ad2c8dd6f;p=connman diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index 0a1c036..df3a834 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -27,14 +27,13 @@ #include #include +#define CONNMAN_API_SUBJECT_TO_CHANGE #include #include #include #include -#define RESOLVCONF "/sbin/resolvconf" - static int resolvconf_append(const char *interface, const char *domain, const char *server) { @@ -95,4 +94,4 @@ static void resolvconf_exit(void) } CONNMAN_PLUGIN_DEFINE(resolvconf, "Name resolver plugin", VERSION, - resolvconf_init, resolvconf_exit) + CONNMAN_PLUGIN_PRIORITY_DEFAULT, resolvconf_init, resolvconf_exit)